FeedChannel Class Reference
[Feed's parsers]

List of all members.

Public Member Functions

 __construct ($title)
 getTitle ()
 setTitle ($title)
 
Returns:
FeedChannel

 getDescription ()
 setDescription ($description)
 
Returns:
FeedChannel

 getLink ()
 setLink ($link)
 
Returns:
FeedChannel

 getFeedItems ()
 setFeedItems ($feedItems)
 
Returns:
FeedChannel

 addFeedItem (FeedItem $feedItem)
 
Returns:
FeedChannel


Static Public Member Functions

static create ($title)
 
Returns:
FeedChannel


Private Attributes

 $title = null
 $link = null
 $description = null
 $feedItems = array()


Detailed Description

Definition at line 16 of file FeedChannel.class.php.


Constructor & Destructor Documentation

FeedChannel::__construct ( title  ) 

Definition at line 31 of file FeedChannel.class.php.

References $title.


Member Function Documentation

static FeedChannel::create ( title  )  [static]

Returns:
FeedChannel

Definition at line 26 of file FeedChannel.class.php.

References $title.

Referenced by RssChannelWorker::makeChannel(), and AtomChannelWorker::makeChannel().

FeedChannel::getTitle (  ) 

Definition at line 36 of file FeedChannel.class.php.

FeedChannel::setTitle ( title  ) 

Returns:
FeedChannel

Definition at line 44 of file FeedChannel.class.php.

References $title.

FeedChannel::getDescription (  ) 

Definition at line 51 of file FeedChannel.class.php.

Referenced by RssChannelWorker::toXml().

FeedChannel::setDescription ( description  ) 

Returns:
FeedChannel

Definition at line 59 of file FeedChannel.class.php.

References $description.

FeedChannel::getLink (  ) 

Definition at line 66 of file FeedChannel.class.php.

Referenced by RssChannelWorker::toXml().

FeedChannel::setLink ( link  ) 

Returns:
FeedChannel

Definition at line 74 of file FeedChannel.class.php.

References $link.

FeedChannel::getFeedItems (  ) 

Definition at line 81 of file FeedChannel.class.php.

FeedChannel::setFeedItems ( feedItems  ) 

Returns:
FeedChannel

Definition at line 89 of file FeedChannel.class.php.

References $feedItems.

FeedChannel::addFeedItem ( FeedItem feedItem  ) 

Returns:
FeedChannel

Definition at line 99 of file FeedChannel.class.php.


Member Data Documentation

FeedChannel::$title = null [private]

Definition at line 18 of file FeedChannel.class.php.

Referenced by __construct(), create(), and setTitle().

FeedChannel::$link = null [private]

Definition at line 19 of file FeedChannel.class.php.

Referenced by setLink().

FeedChannel::$description = null [private]

Definition at line 20 of file FeedChannel.class.php.

Referenced by setDescription().

FeedChannel::$feedItems = array() [private]

Definition at line 21 of file FeedChannel.class.php.

Referenced by setFeedItems().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:22 2007 for onPHP by  doxygen 1.5.4