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 |
---|---|
![]() |
RSS channel class |
![]() |
Atom feed 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::$_encoding
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::getEncoding()
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::setEncoding()
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 Mon, 21 Jun 2010 15:05:21 -0400 by phpDocumentor 1.4.3