PHP Class Horde_Feed_Entry_Blogroll, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Feed_Entry_Base
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_emptyXml string The XML string for an "empty" outline element.

Public Methods

Method 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.

Method Details

__get() public method

Always use attributes instead of child nodes.
public __get ( string $var ) : mixed
$var string The property to access.
return mixed

__set() public method

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() public method

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() public method

Get a Horde_Feed object for the feed described by this outline element.
public getFeed ( ) : Horde_Feed_Base
return Horde_Feed_Base

Property Details

$_emptyXml protected_oe property

The XML string for an "empty" outline element.
protected string $_emptyXml
return string