Public Member Functions | |
getChannelWorker () | |
getItemWorker () | |
isAcceptable (SimpleXMLElement $xmlFeed) | |
parse (SimpleXMLElement $xmlFeed) | |
toXml (FeedChannel $channel) | |
Private Member Functions | |
checkWorkers () |
Definition at line 16 of file FeedFormat.class.php.
FeedFormat::getChannelWorker | ( | ) | [abstract] |
Reimplemented in AtomFeedFormat, and RssFeedFormat.
Referenced by checkWorkers(), parse(), and toXml().
FeedFormat::getItemWorker | ( | ) | [abstract] |
Reimplemented in AtomFeedFormat, and RssFeedFormat.
Referenced by checkWorkers(), parse(), and toXml().
FeedFormat::isAcceptable | ( | SimpleXMLElement $ | xmlFeed | ) | [abstract] |
Reimplemented in AtomFeedFormat, and RssFeedFormat.
FeedFormat::parse | ( | SimpleXMLElement $ | xmlFeed | ) |
Definition at line 22 of file FeedFormat.class.php.
References checkWorkers(), getChannelWorker(), and getItemWorker().
FeedFormat::toXml | ( | FeedChannel $ | channel | ) |
Definition at line 35 of file FeedFormat.class.php.
References checkWorkers(), getChannelWorker(), and getItemWorker().
FeedFormat::checkWorkers | ( | ) | [private] |
Definition at line 48 of file FeedFormat.class.php.
References getChannelWorker(), and getItemWorker().
Referenced by parse(), and toXml().