Overview

Packages

  • Feed

Classes

  • Horde_Feed
  • Horde_Feed_Atom
  • Horde_Feed_Base
  • Horde_Feed_Blogroll
  • Horde_Feed_Entry_Atom
  • Horde_Feed_Entry_Base
  • Horde_Feed_Entry_Blogroll
  • Horde_Feed_Entry_Rss
  • Horde_Feed_Exception
  • Horde_Feed_Rss
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Feed_Entry_Blogroll

Concrete class for working with Blogroll elements.

Horde_Xml_Element
Extended by Horde_Feed_Entry_Base
Extended by Horde_Feed_Entry_Blogroll
Package: Feed
Category: Horde
License: BSD
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Feed/Entry/Blogroll.php
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

Horde_Feed_Base
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.
Methods inherited from Horde_Feed_Entry_Base
__construct()
API documentation generated by ApiGen