HTTP client object to use for retrieving feeds
Root XML element for RSS items.
Root XML element for entries. Subclasses must define this to a non-null value.
Root XML element for ATOM entries.
Root namespace for ATOM entries.
Root namespace for entries. Subclasses may define this to a non-null value.
Map method calls to get the string value of the requested element. If there are multiple elements that match, this will return an array of those objects.
Zend_Feed_Element constructor.
The Zend_Feed_Abstract constructor takes the URI of a feed or a feed represented as a string and loads it as XML.
The Zend_Feed_EntryAbstract constructor takes the URI of the feed the entry is part of, and optionally an XML construct (usually a SimpleXMLElement, but it can be an XML string or a DOMNode as well) that contains the contents of the entry.
Map variable access onto the underlying entry representation.
Make accessing individual elements of the feed easier.
Only for PHP 5.1 and later.
Map variable sets onto the underlying entry representation.
Only for PHP 5.1 and later. Remove all children matching $var.
Override Zend_Feed_Abstract to set up the $_element and $_entries aliases.
Override Zend_Feed_Abstract to set up the $_element and $_entries aliases.
Load the feed as an XML DOMDocument object