Class Horde_Feed_Entry_Blogroll
Concrete class for working with Blogroll elements.
-
Horde_Xml_Element
-
Horde_Feed_Entry_Base
-
Horde_Feed_Entry_Blogroll
Methods summary
public
Horde_Feed_Base
|
#
getFeed( )
Get a Horde_Feed object for the feed described by this outline element.
Get a Horde_Feed object for the feed described by this outline element.
Returns
|
public
|
#
fromArray( mixed $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.
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.
Parameters
- $array
- to import into this element.
See
Horde_Xml_Element#fromArray
|
public
mixed
|
#
__get( string $var )
Always use attributes instead of child nodes.
Always use attributes instead of child nodes.
Parameters
- $var
- The property to access.
Returns
mixed
|
public
|
#
__set( string $var, string $val )
Always use attributes instead of child nodes.
Always use attributes instead of child nodes.
Parameters
- $var
- The property to change.
- $val
- The property's new value.
|