[Zend_Feed] element index

Package indexes

All elements
a c e f g i k l n o r s v z _
_
top
Variable $_appended
Variable $_defaultNamespace
Variable $_defaultNamespace
Variable $_element
Variable $_entries
Variable $_entryClassName
Variable $_entryClassName
Variable $_entryElementName
Variable $_entryElementName
Variable $_entryIndex
Variable $_httpClient
HTTP client object to use for retrieving feeds
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.
Variable $_uri
Zend_Feed_EntryAbstract::$_uri in EntryAbstract.php
Method _buildEntryCache
Method _children
Method __call
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.
Method __construct
Zend_Feed_Element constructor.
Method __construct
The Zend_Feed_Abstract constructor takes the URI of a feed or a feed represented as a string and loads it as XML.
Method __construct
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.
Method __get
Map variable access onto the underlying entry representation.
Method __get
Make accessing individual elements of the feed easier.
Method __isset
Only for PHP 5.1 and later.
Method __set
Map variable sets onto the underlying entry representation.
Method __sleep
Prepare for serialiation
Method __toString
Method __unset
Only for PHP 5.1 and later. 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.
e
top
Method ensureAppended
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
Return the underlying DOM object, which can then be manipulated with full DOM methods.
Method getHttpClient
Gets the HTTP client object.
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 lookupNamespace
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
Method rewind
Required by the Iterator interface.
Page Rss.php
Rss.php in Rss.php
s
top
Method saveXML
Method saveXMLFragment
Method setDOM
Take a DOMElement object, which may be originally from a call to getDOM() or may be custom created, and use it as the DOM tree for this ZFeedElement.
Method setHttpClient
Sets the HTTP client object to use for retrieving the feeds. If none is set, the default Zend_Http_Client will be used.
Method setParent
v
top
Method valid
Required by the Iterator interface.
z
top
Class Zend_Feed
Zend_Feed in Feed.php
Base Zend_Feed class, containing constants and the Zend_Http_Client instance accessor.
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
The Zend_Feed_Atom class is a concrete subclass of the general
Class Zend_Feed_Element
Zend_Feed_Element in Element.php
Wraps a DOMElement allowing for simpler attributes more easily.
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
Zend_Feed_EntryAtom is the concrete entry subclass that users will deal with whenever working with Atom data.
Class Zend_Feed_EntryRss
Zend_Feed_EntryRss in EntryRss.php
Zend_Feed_EntryRss is the concrete subclass of Zend_Feed_EntryAbstract for dealing with RSS data. It provides no additional methods; it is here for type checking and to handle RSS-specific tag names.
Class Zend_Feed_Exception
Zend_Feed_Exception in Exception.php
Class Zend_Feed_Rss
Zend_Feed_Rss in Rss.php
The Zend_Feed_Rss object is a concrete subclass of Zend_Feed_Abstract meant
a c e f g i k l n o r s v z _