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