PHP Класс Horde_Feed_Rss, horde

The Horde_Feed_Rss class is a concrete subclass of Horde_Feed_Base meant for representing RSS channels. It does not add any methods to its parent, just provides a classname to check against with the instanceof operator, and expects to be handling RSS-formatted data instead of Atom.
Наследование: extends Horde_Feed_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_defaultNamespace string The default namespace for RSS channels.
$_emptyXml string The XML string for an "empty" RSS feed.
$_listItemClassName string The classname for individual channel elements.

Защищенные методы

Метод Описание
_buildListItemCache ( ) : array Cache the individual feed elements so they don't need to be searched for on every operation.

Описание методов

_buildListItemCache() защищенный Метод

Cache the individual feed elements so they don't need to be searched for on every operation.
protected _buildListItemCache ( ) : array
Результат array

Описание свойств

$_defaultNamespace защищенное свойство

The default namespace for RSS channels.
protected string $_defaultNamespace
Результат string

$_emptyXml защищенное свойство

The XML string for an "empty" RSS feed.
protected string $_emptyXml
Результат string

$_listItemClassName защищенное свойство

The classname for individual channel elements.
protected string $_listItemClassName
Результат string