PHP Класс Horde_Feed_Entry_Blogroll, horde

Автор: Chuck Hagenbuch ([email protected])
Наследование: extends Horde_Feed_Entry_Base
Показать файл Открыть проект

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

Свойство Тип Описание
$_emptyXml string The XML string for an "empty" outline element.

Открытые методы

Метод Описание
__get ( string $var ) : mixed Always use attributes instead of child nodes.
__set ( string $var, string $val ) Always use attributes instead of child nodes.
fromArray ( $array ) Add child elements and attributes to this element from a simple key => value hash. Because feed list outline elements only use attributes, this overrides Horde_Xml_Element#fromArray to set attributes whether the #Attribute syntax is used or not.
getFeed ( ) : Horde_Feed_Base Get a Horde_Feed object for the feed described by this outline element.

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

__get() публичный Метод

Always use attributes instead of child nodes.
public __get ( string $var ) : mixed
$var string The property to access.
Результат mixed

__set() публичный Метод

Always use attributes instead of child nodes.
public __set ( string $var, string $val )
$var string The property to change.
$val string The property's new value.

fromArray() публичный Метод

Add child elements and attributes to this element from a simple key => value hash. Because feed list outline elements only use attributes, this overrides Horde_Xml_Element#fromArray to set attributes whether the #Attribute syntax is used or not.
public fromArray ( $array )
$array Hash to import into this element.

getFeed() публичный Метод

Get a Horde_Feed object for the feed described by this outline element.
public getFeed ( ) : Horde_Feed_Base
Результат Horde_Feed_Base

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

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

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