Свойство | Type | Description | |
---|---|---|---|
$_emptyXml | string | The XML string for an "empty" outline element. |
Méthode | Description | |
---|---|---|
__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. |
public fromArray ( $array ) | ||
$array | Hash to import into this element. |
public getFeed ( ) : Horde_Feed_Base | ||
Résultat | Horde_Feed_Base |
protected string $_emptyXml | ||
Résultat | string |