.

FeedWriterCategory Class Reference
[Feeds]

Data Structure holding a category. More...

List of all members.

Public Member Functions

  __construct ($title= '', $domain= '')

Public Attributes

  $domain = ''
  $title = ''

Detailed Description

Data Structure holding a category.

Author:
Gerd Riesselmann

Definition at line 79 of file feedwriter.cls.php.


Constructor & Destructor Documentation

FeedWriterCategory::__construct ( title = '',
domain = ''  
)

Definition at line 83 of file feedwriter.cls.php.

00083                                                                {
00084                 $this->domain = $domain;
00085                 $this->title = $title;
00086         }

Member Data Documentation

FeedWriterCategory::$domain = ''

Definition at line 80 of file feedwriter.cls.php.

FeedWriterCategory::$title = ''

Definition at line 81 of file feedwriter.cls.php.


The documentation for this class was generated from the following file: