Implements interfaces:
The Zend_Feed_Abstract class is an abstract class representing feeds.
Zend_Feed_Abstract 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 /library/Zend/Feed/Abstract.php (line 39)
Zend_Feed_Element | --Zend_Feed_Abstract
Class | Description |
---|---|
![]() |
The Zend_Feed_Atom class is a concrete subclass of the general |
![]() |
The Zend_Feed_Rss object is a concrete subclass of Zend_Feed_Abstract meant |
Inherited from Zend_Feed_Element
Zend_Feed_Element::$_appended
Zend_Feed_Element::$_element
Zend_Feed_Element::$_parentElement
The Zend_Feed_Abstract 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.
Make accessing individual elements of the feed easier.
Prepare for serialiation
Load the feed as an XML DOMDocument object
Inherited From Zend_Feed_Element
Zend_Feed_Element::__construct()
Zend_Feed_Element::ensureAppended()
Zend_Feed_Element::getDOM()
Zend_Feed_Element::offsetExists()
Zend_Feed_Element::offsetGet()
Zend_Feed_Element::offsetSet()
Zend_Feed_Element::offsetUnset()
Zend_Feed_Element::saveXML()
Zend_Feed_Element::saveXMLFragment()
Zend_Feed_Element::setDOM()
Zend_Feed_Element::setParent()
Zend_Feed_Element::_children()
Zend_Feed_Element::__call()
Zend_Feed_Element::__get()
Zend_Feed_Element::__isset()
Zend_Feed_Element::__set()
Zend_Feed_Element::__toString()
Zend_Feed_Element::__unset()
Documentation generated on Wed, 08 Mar 2006 04:50:59 -0800 by phpDocumentor 1.3.0RC4