[Horde_Feed] element index

Package indexes

All elements
a b c d e f g h k l n r s v _
_
top
Variable $_defaultNamespace
The default namespace for blogrolls.
Variable $_defaultNamespace
The default namespace for RSS channels.
Variable $_defaultNamespace
The default namespace for Atom feeds.
Variable $_emptyXml
The XML string for an "empty" Blogroll.
Variable $_emptyXml
The XML string for an "empty" Atom entry.
Variable $_emptyXml
The XML string for an "empty" outline element.
Variable $_emptyXml
The XML string for an "empty" RSS entry.
Variable $_emptyXml
The XML string for an "empty" RSS feed.
Variable $_emptyXml
The XML string for an "empty" Atom feed.
Variable $_entries
Cache of feed entries
Variable $_entryClassName
The classname for individual channel elements.
Variable $_entryClassName
The classname for individual feed elements.
Variable $_entryClassName
The classname for individual feed elements.
Variable $_entryElementName
Name of the XML element for Atom entries. Subclasses can override this to something other than "entry" if necessary.
Variable $_entryElementName
Name of the XML element for Atom entries. Subclasses can override this to something other than "entry" if necessary.
Variable $_entryElementName
The element name for individual feed elements (Atom <entry> 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 accessing feeds
Variable $_uri
Our root ("home") URI
Method __construct
Method __construct
Feed constructor
Method __get
Make accessing some individual elements of the channel easier.
Method __get
Make accessing some individual elements of the feed easier.
Method __get
Make accessing some individual elements of the feed easier.
Method __get
Make accessing some individual elements of the feed easier.
Method __set
Map variable sets onto the underlying entry representation.
Method __wakeup
Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.
Method __wakeup
Set up the $_entries alias.
Method __wakeup
Set up the $_entries alias.
Method __wakeup
Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.
Method __wakeup
Set up the $_entries alias.
a
top
Page Atom.php
Atom.php in Atom.php
Page Atom.php
Atom.php in Atom.php
b
top
Page Base.php
Base.php in Base.php
Page Blogroll.php
Blogroll.php in Blogroll.php
Page Base.php
Base.php in Base.php
Page Blogroll.php
Blogroll.php in Blogroll.php
c
top
Method count
Get the number of entries in this feed object.
Method create
Create a Feed object based on a DOMDocument.
Method current
Required by the Iterator interface.
d
top
Method delete
Delete an atom entry.
e
top
Page Exception.php
Exception.php in Exception.php
f
top
Page Feed.php
Feed.php in Feed.php
Method fromArray
Add child elements and attributes to this element from a simple key => value hash. Because feed list outline elements only use attributes, this overrides Horde_Xml_Element#fromArray to set attributes whether the #Attribute syntax is used or not.
g
top
Method getFeed
Get a Horde_Feed object for the feed described by this outline element.
Method getHttpClient
Gets the HTTP client object.
h
top
Class Horde_Feed
Horde_Feed in Feed.php
Class Horde_Feed_Atom
Horde_Feed_Atom in Atom.php
Atom feed class
Class Horde_Feed_Base
Horde_Feed_Base in Base.php
The Horde_Feed_Base class is an abstract class representing feeds.
Class Horde_Feed_Blogroll
Horde_Feed_Blogroll in Blogroll.php
Blogroll feed list class
Class Horde_Feed_Entry_Atom
Concrete class for working with Atom entries.
Class Horde_Feed_Entry_Base
Horde_Feed_Entry_Base represents a single entry in an Atom or RSS feed.
Class Horde_Feed_Entry_Blogroll
Concrete class for working with Blogroll elements.
Class Horde_Feed_Entry_Rss
Concrete class for working with RSS items.
Class Horde_Feed_Exception
Horde_Feed_Exception in Exception.php
Class Horde_Feed_Rss
Horde_Feed_Rss in Rss.php
RSS channel class
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.
n
top
Method next
Required by the Iterator interface.
r
top
Page Rss.php
Rss.php in Rss.php
Page Rss.php
Rss.php in Rss.php
Method read
Horde_Feed::read() in Feed.php
Reads a feed represented by $string.
Method readFile
Read a feed from $filename
Method readUri
Read a feed located at $uri
Method rewind
Required by the Iterator interface.
s
top
Method save
Save a new or updated Atom entry.
Method setHttpClient
Set the HTTP client instance
v
top
Method valid
Required by the Iterator interface.
a b c d e f g h k l n r s v _