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 /Feed/Abstract.php (line 43)
Zend_Feed_Element | --Zend_Feed_Abstract
Class | Description |
---|---|
![]() |
Atom feed class |
![]() |
RSS channel class |
Cache of feed entries.
Current index on the collection of feed entries for the Iterator implementation.
Inherited from Zend_Feed_Element
Zend_Feed_Element::$_appended
Zend_Feed_Element::$_element
Zend_Feed_Element::$_parentElement
Feed constructor
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.
Send feed to a http client with the correct header
Required by the Iterator interface.
Cache the individual feed elements so they don't need to be searched for on every operation.
Generate the entries of the feed when working in write mode
Generate the header of the feed when working in write mode
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 Sun, 27 May 2007 23:19:50 -0700 by phpDocumentor 1.3.2