[Zend_Feed] element index

Package indexes

All elements
a c d e f g i k l n o r s v z _
_
top
$_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
a
top
Abstract.php
Abstract.php in Abstract.php
Atom.php
Atom.php in Atom.php
c
top
count
Get the number of entries in this feed object.
current
Required by the Iterator interface.
d
top
delete
Delete an atom entry.
e
top
ensureAppended
Appends this element to its parent if necessary.
Element.php
Element.php in Element.php
EntryAbstract.php
EntryAbstract.php in EntryAbstract.php
EntryAtom.php
EntryAtom.php in EntryAtom.php
EntryRss.php
EntryRss.php in EntryRss.php
Exception.php
Exception.php in Exception.php
f
top
findFeeds
Attempts to find feeds at $uri referenced by <link ... /> tags. Returns an array of the feeds referenced at $uri.
Feed.php
Feed.php in Feed.php
g
top
getDOM
Get a DOM representation of the element
getHttpClient
Gets the HTTP client object.
getHttpMethodOverride
Get the HTTP override state
i
top
import
Imports a feed located at $uri.
importFile
Imports a feed from a file located at $filename.
importString
Imports a feed represented by $string.
k
top
key
Required by the Iterator interface.
l
top
link
Easy access to <link> tags keyed by "rel" attributes.
link
Easy access to <link> tags keyed by "rel" attributes.
lookupNamespace
Get the full version of a namespace prefix
n
top
next
Required by the Iterator interface.
o
top
offsetExists
Required by the ArrayAccess interface.
offsetGet
Required by the ArrayAccess interface.
offsetSet
Required by the ArrayAccess interface.
offsetUnset
Required by the ArrayAccess interface.
r
top
registerNamespace
Add a namespace and prefix to the registered list
rewind
Required by the Iterator interface.
Rss.php
Rss.php in Rss.php
s
top
save
Save a new or updated Atom entry.
saveXML
Get an XML string representation of this element
saveXMLFragment
Get the XML for only this element
setDOM
Update the object from a DOM element
setHttpClient
Set the HTTP client instance
setHttpMethodOverride
Toggle using POST instead of PUT and DELETE HTTP methods
setParent
Set the parent element of this object to another Zend_Feed_Element.
v
top
valid
Required by the Iterator interface.
z
top
Zend_Feed
Zend_Feed in Feed.php
Feed utility class
Zend_Feed_Abstract
Zend_Feed_Abstract in Abstract.php
The Zend_Feed_Abstract class is an abstract class representing feeds.
Zend_Feed_Atom
Zend_Feed_Atom in Atom.php
Atom feed class
Zend_Feed_Element
Zend_Feed_Element in Element.php
Wraps a DOMElement allowing for SimpleXML-like access to attributes.
Zend_Feed_EntryAbstract
Zend_Feed_EntryAbstract in EntryAbstract.php
Zend_Feed_EntryAbstract represents a single entry in an Atom or RSS feed.
Zend_Feed_EntryAtom
Zend_Feed_EntryAtom in EntryAtom.php
Concrete class for working with Atom entries.
Zend_Feed_EntryRss
Zend_Feed_EntryRss in EntryRss.php
Concrete class for working with RSS items.
Zend_Feed_Exception
Zend_Feed_Exception in Exception.php
Feed exceptions
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 _