Implements interfaces:
The Horde_Feed_Base class is an abstract class representing feeds.
Horde_Feed_Base implements two core PHP 5 interfaces: ArrayAccess and Iterator. In both cases the collection being treated as an array is considered to be the entry collection, such that iterating over the feed takes you through each of the feed's entries.
Located in /Feed/lib/Horde/Feed/Base.php (line 23)
Horde_Xml_Element | --Horde_Feed_Base
Class | Description |
---|---|
![]() |
Atom feed class |
![]() |
Blogroll feed list class |
![]() |
RSS channel class |
Cache of feed entries
Current index on the collection of feed entries for the Iterator implementation
Our root ("home") URI
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
Feed constructor
The Horde_Feed_Base constructor takes the URI of a feed or a feed represented as a string and loads it as XML.
Get the number of entries in this feed object.
Required by the Iterator interface.
Required by the Iterator interface.
Required by the Iterator interface.
Required by the Iterator interface.
Required by the Iterator interface.
Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.
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:28 +0000 by phpDocumentor 1.4.3