Public Member Functions | |
__construct ($title) | |
getTitle () | |
setTitle ($title) | |
| |
getDescription () | |
setDescription ($description) | |
| |
getLink () | |
setLink ($link) | |
| |
getFeedItems () | |
setFeedItems ($feedItems) | |
| |
addFeedItem (FeedItem $feedItem) | |
| |
Static Public Member Functions | |
static | create ($title) |
| |
Private Attributes | |
$title = null | |
$link = null | |
$description = null | |
$feedItems = array() |
Definition at line 16 of file FeedChannel.class.php.
FeedChannel::__construct | ( | $ | title | ) |
static FeedChannel::create | ( | $ | title | ) | [static] |
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 | ) |
FeedChannel::getDescription | ( | ) |
FeedChannel::setDescription | ( | $ | description | ) |
FeedChannel::getLink | ( | ) |
FeedChannel::setLink | ( | $ | link | ) |
FeedChannel::getFeedItems | ( | ) |
Definition at line 81 of file FeedChannel.class.php.
FeedChannel::setFeedItems | ( | $ | feedItems | ) |
FeedChannel::addFeedItem | ( | FeedItem $ | feedItem | ) |
FeedChannel::$title = null [private] |
Definition at line 18 of file FeedChannel.class.php.
Referenced by __construct(), create(), and setTitle().
FeedChannel::$link = null [private] |
FeedChannel::$description = null [private] |
FeedChannel::$feedItems = array() [private] |