-
$_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 channel elements (RSS <item>s).
-
$_entryElementName
-
The element name for individual feed elements (Atom <entry> elements).
-
$_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 entries. Subclasses must define this to a non-null value.
-
$_rootElement
-
Root XML element for RSS items.
-
$_rootElement
-
Root XML element for Atom entries.
-
$_rootNamespace
-
Root namespace for entries. Subclasses may define this to a non-null value.
-
$_rootNamespace
-
Root namespace for Atom entries.
-
_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
-
_mapFeedEntries
-
Generate the entries of the feed when working in write mode
-
_mapFeedEntries
-
Generate the entries of the feed when working in write mode
-
_mapFeedEntries
-
Generate the entries of the feed when working in write mode
-
_mapFeedHeaders
-
Generate the header of the feed when working in write mode
-
_mapFeedHeaders
-
Generate the header of the feed when working in write mode
-
_mapFeedHeaders
-
Generate the header of the feed when working in write mode
-
__call
-
Get the value of an element with method syntax.
-
__construct
-
Constructor. The $data array must conform to the following format:
-
__construct
-
-
__construct
-
Constructor
-
__construct
-
Constructor
-
__construct
-
Feed constructor
-
__construct
-
Zend_Feed_Entry_Abstract constructor
-
__construct
-
Create a new builder entry
-
__construct
-
Zend_Feed_Element constructor.
-
__contruct
-
-
__contruct
-
-
__get
-
Make accessing some individual elements of the channel easier.
-
__get
-
Read only properties accessor
-
__get
-
Read only properties accessor
-
__get
-
Make accessing some individual elements of the feed easier.
-
__get
-
Read only properties accessor
-
__get
-
Map variable access onto the underlying entry representation.
-
__isset
-
Isset accessor
-
__isset
-
Isset accessor
-
__isset
-
Isset accessor
-
__isset
-
Map isset calls onto the underlying entry representation.
-
__set
-
Write properties accessor
-
__set
-
Map variable sets onto the underlying entry representation.
-
__set
-
Write properties accessor
-
__set
-
Write properties accessor
-
__sleep
-
Prepare for serialiation
-
__toString
-
Returns the nodeValue of this element when this object is used in a string context.
-
__unset
-
Unset accessor
-
__unset
-
Unset accessor
-
__unset
-
Remove all children matching $var.
-
__unset
-
Unset accessor
-
__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
-
save
-
Save a new or updated Atom entry.
-
saveXML
-
Get an XML string representation of this element
-
saveXML
-
Override Zend_Feed_Element to include <rss> root node
-
saveXML
-
Override Zend_Feed_Element to allow formated feeds
-
saveXMLFragment
-
Get the XML for only this element
-
send
-
Send feed to a http client with the correct header
-
send
-
Send feed to a http client with the correct header
-
send
-
Send feed to a http client with the correct header
-
setAuthor
-
Sets the artist value, default to the feed's author value
-
setAuthor
-
Sets the author of the feed
-
setBlock
-
Prevent a feed from appearing
-
setCategories
-
Sets the categories column and in iTunes Music Store Browse
-
setCategories
-
Sets the categories of the entry
-
setCloud
-
Cloud to be notified of updates of the feed Ignored if atom is used
-
setCommentsRssUrl
-
Sets the url of the comments feed link
-
setCommentsUrl
-
Sets the url of the commented page associated to the entry
-
setContent
-
Sets the full html content of the entry
-
setCopyright
-
Sets the copyright notice
-
setDescription
-
Short description of the feed
-
setDOM
-
Update the object from a DOM element
-
setEmail
-
Sets the author's email
-
setEnclosures
-
Sets the enclosures of the entry
-
setExplicit
-
Configuration of the parental advisory graphic
-
setGenerator
-
Sets the generator of the feed
-
setHttpClient
-
Set the HTTP client instance
-
setHttpMethodOverride
-
Toggle using POST instead of PUT and DELETE HTTP methods
-
setId
-
Sets the id/guid of the entry
-
setImage
-
Sets the album/podcast art picture Default to the feed's image value
-
setImage
-
Sets the image of the feed
-
setITunes
-
Sets the iTunes rss extension
-
setKeywords
-
Sets a comma separated list of 12 keywords maximum
-
setLanguage
-
Sets the language of the feed
-
setLastUpdate
-
Timestamp of the update date
-
setLastUpdate
-
Timestamp of the update date
-
setNewFeedUrl
-
Sets the new feed URL location
-
setOwner
-
Sets the owner of the postcast
-
setParent
-
Set the parent element of this object to another Zend_Feed_Element.
-
setPublishedDate
-
Timestamp of the publication date
-
setRating
-
PICS rating for the feed Ignored if atom is used
-
setSkipDays
-
Hint telling aggregators which days they can skip Ignored if atom is used
-
setSkipHours
-
Hint telling aggregators which hours they can skip Ignored if atom is used
-
setSource
-
Defines a reference to the original source
-
setSubtitle
-
Sets the short description of the podcast Default to the feed's description
-
setSummary
-
Sets the longer description of the podcast Default to the feed's description
-
setTextInput
-
A text input box that can be displayed with the feed Ignored if atom is used
-
setTtl
-
How long in minutes a feed can be cached before refreshing Ignored if atom is used
-
setWebmaster
-
Email address for person responsible for technical issues Ignored if atom is used