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 15 of file FeedChannel.class.php.
FeedChannel::__construct | ( | $ | title | ) |
Definition at line 30 of file FeedChannel.class.php.
References $title.
FeedChannel::addFeedItem | ( | FeedItem $ | feedItem | ) |
Definition at line 98 of file FeedChannel.class.php.
static FeedChannel::create | ( | $ | title | ) | [static] |
Definition at line 25 of file FeedChannel.class.php.
References $title.
Referenced by RssChannelWorker::makeChannel(), and AtomChannelWorker::makeChannel().
FeedChannel::getDescription | ( | ) |
Definition at line 50 of file FeedChannel.class.php.
Referenced by RssChannelWorker::toXml().
FeedChannel::getFeedItems | ( | ) |
Definition at line 80 of file FeedChannel.class.php.
Referenced by FeedFormat::toXml().
FeedChannel::getLink | ( | ) |
Definition at line 65 of file FeedChannel.class.php.
Referenced by RssChannelWorker::toXml().
FeedChannel::getTitle | ( | ) |
Definition at line 35 of file FeedChannel.class.php.
Referenced by RssChannelWorker::toXml().
FeedChannel::setDescription | ( | $ | description | ) |
FeedChannel::setFeedItems | ( | $ | feedItems | ) |
FeedChannel::setLink | ( | $ | link | ) |
FeedChannel::setTitle | ( | $ | title | ) |
FeedChannel::$description = null [private] |
Definition at line 19 of file FeedChannel.class.php.
Referenced by setDescription().
FeedChannel::$feedItems = array() [private] |
Definition at line 20 of file FeedChannel.class.php.
Referenced by setFeedItems().
FeedChannel::$link = null [private] |
Definition at line 18 of file FeedChannel.class.php.
Referenced by setLink().
FeedChannel::$title = null [private] |
Definition at line 17 of file FeedChannel.class.php.
Referenced by __construct(), create(), and setTitle().