[Zend_Feed] element index

Package indexes

All elements
a c d e f g i k l n o r s v z _
_
top
Variable $_appended
Variable $_defaultNamespace
The default namespace for RSS channels.
Variable $_defaultNamespace
The default namespace for Atom feeds.
Variable $_element
Variable $_entries
Cache of feed entries.
Variable $_entryClassName
The classname for individual channel elements.
Variable $_entryClassName
The classname for individual feed elements.
Variable $_entryElementName
The element name for individual feed elements (Atom <entry> elements).
Variable $_entryElementName
The element name for individual channel elements (RSS <item>s).
Variable $_entryIndex
Current index on the collection of feed entries for the Iterator implementation.
Variable $_httpClient
HTTP client object to use for retrieving feeds
Variable $_httpMethodOverride
Override HTTP PUT and DELETE request methods?
Variable $_namespaces
Variable $_parentElement
Variable $_rootElement
Root XML element for RSS items.
Variable $_rootElement
Root XML element for entries. Subclasses must define this to a non-null value.
Variable $_rootElement
Root XML element for Atom entries.
Variable $_rootNamespace
Root namespace for Atom entries.
Variable $_rootNamespace
Root namespace for entries. Subclasses may define this to a non-null value.
Method _buildEntryCache
Cache the individual feed elements so they don't need to be searched for on every operation.
Method _children
Finds children with tagnames matching $var
Method __call
Get the value of an element with method syntax.
Method __construct
Zend_Feed_EntryAbstract constructor
Method __construct
Zend_Feed_Element constructor.
Method __construct
Feed constructor
Method __get
Make accessing some individual elements of the channel easier.
Method __get
Map variable access onto the underlying entry representation.
Method __get
Make accessing some individual elements of the feed easier.
Method __isset
Map isset calls onto the underlying entry representation.
Method __set
Map variable sets onto the underlying entry representation.
Method __sleep
Prepare for serialiation
Method __toString
Returns the nodeValue of this element when this object is used in a string context.
Method __unset
Remove all children matching $var.
Method __wakeup
Override Zend_Feed_Abstract to set up the $_element and $_entries aliases.
Method __wakeup
Override Zend_Feed_Abstract to set up the $_element and $_entries aliases.
Method __wakeup
Load the feed as an XML DOMDocument object
a
top
Page Abstract.php
Abstract.php in Abstract.php
Page Atom.php
Atom.php in Atom.php
c
top
Method count
Get the number of entries in this feed object.
Method current
Required by the Iterator interface.
d
top
Method delete
Delete an atom entry.
e
top
Method ensureAppended
Appends this element to its parent if necessary.
Page Element.php
Element.php in Element.php
Page EntryAbstract.php
EntryAbstract.php in EntryAbstract.php
Page EntryAtom.php
EntryAtom.php in EntryAtom.php
Page EntryRss.php
EntryRss.php in EntryRss.php
Page Exception.php
Exception.php in Exception.php
f
top
Method findFeeds
Attempts to find feeds at $uri referenced by <link ... /> tags. Returns an array of the feeds referenced at $uri.
Page Feed.php
Feed.php in Feed.php
g
top
Method getDOM
Get a DOM representation of the element
Method getHttpClient
Gets the HTTP client object.
Method getHttpMethodOverride
Get the HTTP override state
i
top
Method import
Imports a feed located at $uri.
Method importFile
Imports a feed from a file located at $filename.
Method importString
Imports a feed represented by $string.
k
top
Method key
Required by the Iterator interface.
l
top
Method link
Easy access to <link> tags keyed by "rel" attributes.
Method link
Easy access to <link> tags keyed by "rel" attributes.
Method lookupNamespace
Get the full version of a namespace prefix
n
top
Method next
Required by the Iterator interface.
o
top
Method offsetExists
Required by the ArrayAccess interface.
Method offsetGet
Required by the ArrayAccess interface.
Method offsetSet
Required by the ArrayAccess interface.
Method offsetUnset
Required by the ArrayAccess interface.
r
top
Method registerNamespace
Add a namespace and prefix to the registered list
Method rewind
Required by the Iterator interface.
Page Rss.php
Rss.php in Rss.php
s
top
Method save
Save a new or updated Atom entry.
Method saveXML
Get an XML string representation of this element
Method saveXMLFragment
Get the XML for only this element
Method setDOM
Update the object from a DOM element
Method setHttpClient
Set the HTTP client instance
Method setHttpMethodOverride
Toggle using POST instead of PUT and DELETE HTTP methods
Method setParent
Set the parent element of this object to another Zend_Feed_Element.
v
top
Method valid
Required by the Iterator interface.
z
top
Class Zend_Feed
Zend_Feed in Feed.php
Feed utility class
Class Zend_Feed_Abstract
Zend_Feed_Abstract in Abstract.php
The Zend_Feed_Abstract class is an abstract class representing feeds.
Class Zend_Feed_Atom
Zend_Feed_Atom in Atom.php
Atom feed class
Class Zend_Feed_Element
Zend_Feed_Element in Element.php
Wraps a DOMElement allowing for SimpleXML-like access to attributes.
Class Zend_Feed_EntryAbstract
Zend_Feed_EntryAbstract in EntryAbstract.php
Zend_Feed_EntryAbstract represents a single entry in an Atom or RSS feed.
Class Zend_Feed_EntryAtom
Zend_Feed_EntryAtom in EntryAtom.php
Concrete class for working with Atom entries.
Class Zend_Feed_EntryRss
Zend_Feed_EntryRss in EntryRss.php
Concrete class for working with RSS items.
Class Zend_Feed_Exception
Zend_Feed_Exception in Exception.php
Feed exceptions
Class Zend_Feed_Rss
Zend_Feed_Rss in Rss.php
RSS channel class
a c d e f g i k l n o r s v z _