-
$_appended
-
-
$_defaultNamespace
-
The default namespace for RSS channels.
-
$_defaultNamespace
-
The default namespace for Atom feeds.
-
$_element
-
-
$_entries
-
Cache of feed entries.
-
$_entryClassName
-
The classname for individual channel elements.
-
$_entryClassName
-
The classname for individual feed elements.
-
$_entryElementName
-
The element name for individual feed elements (Atom <entry> elements).
-
$_entryElementName
-
The element name for individual channel elements (RSS <item>s).
-
$_entryIndex
-
Current index on the collection of feed entries for the Iterator implementation.
-
$_httpClient
-
HTTP client object to use for retrieving feeds
-
$_httpMethodOverride
-
Override HTTP PUT and DELETE request methods?
-
$_namespaces
-
-
$_parentElement
-
-
$_rootElement
-
Root XML element for RSS items.
-
$_rootElement
-
Root XML element for entries. Subclasses must define this to a non-null value.
-
$_rootElement
-
Root XML element for Atom entries.
-
$_rootNamespace
-
Root namespace for Atom entries.
-
$_rootNamespace
-
Root namespace for entries. Subclasses may define this to a non-null value.
-
_buildEntryCache
-
Cache the individual feed elements so they don't need to be searched for on every operation.
-
_children
-
Finds children with tagnames matching $var
-
__call
-
Get the value of an element with method syntax.
-
__construct
-
Zend_Feed_EntryAbstract constructor
-
__construct
-
Zend_Feed_Element constructor.
-
__construct
-
Feed constructor
-
__get
-
Make accessing some individual elements of the channel easier.
-
__get
-
Map variable access onto the underlying entry representation.
-
__get
-
Make accessing some individual elements of the feed easier.
-
__isset
-
Map isset calls onto the underlying entry representation.
-
__set
-
Map variable sets onto the underlying entry representation.
-
__sleep
-
Prepare for serialiation
-
__toString
-
Returns the nodeValue of this element when this object is used in a string context.
-
__unset
-
Remove all children matching $var.
-
__wakeup
-
Override Zend_Feed_Abstract to set up the $_element and $_entries aliases.
-
__wakeup
-
Override Zend_Feed_Abstract to set up the $_element and $_entries aliases.
-
__wakeup
-
Load the feed as an XML DOMDocument object