Class Horde_Feed_Entry_Blogroll

Description

Concrete class for working with Blogroll elements.

Located in /Feed/lib/Horde/Feed/Entry/Blogroll.php (line 19)

Horde_Xml_Element
   |
   --Horde_Feed_Entry_Base
      |
      --Horde_Feed_Entry_Blogroll
Variable Summary
Method Summary
 void fromArray ($array $array)
 mixed __get (string $var)
 void __set (string $var, string $val)
Variables
string $_emptyXml = '<outline xmlUrl=""/>' (line 26)

The XML string for an "empty" outline element.

  • access: protected
string $_entryElementName = 'outline' (line 34)

Name of the XML element for Atom entries. Subclasses can override this to something other than "entry" if necessary.

  • access: protected

Inherited Variables

Inherited from Horde_Xml_Element

Horde_Xml_Element::$_appended
Horde_Xml_Element::$_element
Horde_Xml_Element::$_namespaces
Horde_Xml_Element::$_parentElement
Horde_Xml_Element::$_serialized
Methods
fromArray (line 59)

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.

  • see: fromArray
  • access: public
void fromArray ($array $array)
  • $array $array: Hash to import into this element.

Redefinition of:
Horde_Xml_Element::fromArray()
Add child elements and attributes to this element from a simple key => value hash. Keys can be:
getFeed (line 41)

Get a Horde_Feed object for the feed described by this outline element.

  • access: public
Horde_Feed_Base getFeed ()
__get (line 76)

Make accessing some individual elements of the feed easier.

  • access: public
mixed __get (string $var)
  • string $var: The property to access.

Redefinition of:
Horde_Xml_Element::__get()
Map variable access onto the underlying entry representation.
__set (line 87)

Map variable sets onto the underlying entry representation.

  • access: public
void __set (string $var, string $val)
  • string $var: The property to change.
  • string $val: The property's new value.

Redefinition of:
Horde_Xml_Element::__set()
Map variable sets onto the underlying entry representation.

Inherited Methods

Inherited From Horde_Feed_Entry_Base

 Horde_Feed_Entry_Base::__wakeup()

Inherited From Horde_Xml_Element

 Horde_Xml_Element::__construct()
 Horde_Xml_Element::appendChild()
 Horde_Xml_Element::fromArray()
 Horde_Xml_Element::getDom()
 Horde_Xml_Element::lookupNamespace()
 Horde_Xml_Element::offsetExists()
 Horde_Xml_Element::offsetGet()
 Horde_Xml_Element::offsetSet()
 Horde_Xml_Element::offsetUnset()
 Horde_Xml_Element::registerNamespace()
 Horde_Xml_Element::saveXml()
 Horde_Xml_Element::saveXmlFragment()
 Horde_Xml_Element::setDom()
 Horde_Xml_Element::setParent()
 Horde_Xml_Element::_children()
 Horde_Xml_Element::_ensureAppended()
 Horde_Xml_Element::__call()
 Horde_Xml_Element::__get()
 Horde_Xml_Element::__isset()
 Horde_Xml_Element::__set()
 Horde_Xml_Element::__sleep()
 Horde_Xml_Element::__toString()
 Horde_Xml_Element::__unset()
 Horde_Xml_Element::__wakeup()

Documentation generated on Sun, 30 Jan 2011 05:15:34 +0000 by phpDocumentor 1.4.3