Public Member Functions | |
getChannelWorker () | |
getItemWorker () | |
isAcceptable (SimpleXMLElement $xmlFeed) | |
Static Public Member Functions | |
static | me () |
Public Attributes | |
const | VERSION = '2.0' |
Definition at line 15 of file RssFeedFormat.class.php.
RssFeedFormat::getChannelWorker | ( | ) |
Reimplemented from FeedFormat.
Definition at line 30 of file RssFeedFormat.class.php.
References me().
RssFeedFormat::getItemWorker | ( | ) |
Reimplemented from FeedFormat.
Definition at line 38 of file RssFeedFormat.class.php.
References me().
RssFeedFormat::isAcceptable | ( | SimpleXMLElement $ | xmlFeed | ) |
Reimplemented from FeedFormat.
Definition at line 43 of file RssFeedFormat.class.php.
static RssFeedFormat::me | ( | ) | [static] |
Definition at line 22 of file RssFeedFormat.class.php.
References Singleton::getInstance().
Referenced by FeedReader::__construct(), getChannelWorker(), and getItemWorker().
const RssFeedFormat::VERSION = '2.0' |
Definition at line 17 of file RssFeedFormat.class.php.
Referenced by YandexRssFeedFormat::isAcceptable().