Public Member Functions | |
getChannelWorker () | |
| |
getItemWorker () | |
| |
isAcceptable (SimpleXMLElement $xmlFeed) | |
Static Public Member Functions | |
static | me () |
| |
Public Attributes | |
const | VERSION = '2.0' |
Definition at line 16 of file RssFeedFormat.class.php.
static RssFeedFormat::me | ( | ) | [static] |
Definition at line 23 of file RssFeedFormat.class.php.
References Singleton::getInstance().
Referenced by FeedReader::__construct().
RssFeedFormat::getChannelWorker | ( | ) |
Reimplemented from FeedFormat.
Definition at line 31 of file RssFeedFormat.class.php.
References RssChannelWorker::me().
RssFeedFormat::getItemWorker | ( | ) |
Reimplemented from FeedFormat.
Definition at line 39 of file RssFeedFormat.class.php.
References RssItemWorker::me().
RssFeedFormat::isAcceptable | ( | SimpleXMLElement $ | xmlFeed | ) |
const RssFeedFormat::VERSION = '2.0' |
Definition at line 18 of file RssFeedFormat.class.php.