Public Member Functions | |
getChannelWorker () | |
getItemWorker () | |
isAcceptable (SimpleXMLElement $xmlFeed) | |
Static Public Member Functions | |
static | me () |
Public Attributes | |
const | YANDEX_NAMESPACE_URI = 'http://news.yandex.ru' |
const | YANDEX_NAMESPACE_PREFIX = 'yandex' |
Definition at line 16 of file YandexRssFeedFormat.class.php.
YandexRssFeedFormat::getChannelWorker | ( | ) |
Reimplemented from FeedFormat.
Definition at line 32 of file YandexRssFeedFormat.class.php.
References me().
YandexRssFeedFormat::getItemWorker | ( | ) |
Reimplemented from FeedFormat.
Definition at line 40 of file YandexRssFeedFormat.class.php.
References me().
YandexRssFeedFormat::isAcceptable | ( | SimpleXMLElement $ | xmlFeed | ) |
Reimplemented from FeedFormat.
Definition at line 45 of file YandexRssFeedFormat.class.php.
References RssFeedFormat::VERSION.
static YandexRssFeedFormat::me | ( | ) | [static] |
Definition at line 24 of file YandexRssFeedFormat.class.php.
References Singleton::getInstance().
Referenced by FeedReader::__construct(), getChannelWorker(), and getItemWorker().
const YandexRssFeedFormat::YANDEX_NAMESPACE_PREFIX = 'yandex' |
Definition at line 19 of file YandexRssFeedFormat.class.php.
Referenced by YandexRssItemWorker::makeItems().
const YandexRssFeedFormat::YANDEX_NAMESPACE_URI = 'http://news.yandex.ru' |
Definition at line 18 of file YandexRssFeedFormat.class.php.
Referenced by YandexRssItemWorker::makeItems().