Zend Framework  1.12
Public Member Functions | Protected Member Functions | List of all members
Zend_Feed_Reader_Extension_Podcast_Feed Class Reference

Public Member Functions

 getCastAuthor ()
 Get the entry author.
 
 getBlock ()
 Get the entry block.
 
 getCategories ()
 Get the entry category.
 
 getExplicit ()
 Get the entry explicit.
 
 getImage ()
 Get the entry image.
 
 getKeywords ()
 Get the entry keywords.
 
 getNewFeedUrl ()
 Get the entry's new feed url.
 
 getOwner ()
 Get the entry owner.
 
 getSubtitle ()
 Get the entry subtitle.
 
 getSummary ()
 Get the entry summary.
 
- Public Member Functions inherited from Zend_Feed_Reader_Extension_FeedAbstract
 __construct (DomDocument $dom, $type=null, DOMXPath $xpath=null)
 Constructor.
 
 getDomDocument ()
 Get the DOM.
 
 getEncoding ()
 Get the Feed's encoding.
 
 getType ()
 Get the feed type.
 
 toArray ()
 Return the feed as an array.
 
 setXpath (DOMXPath $xpath)
 Set the XPath query.
 
 getXpath ()
 Get the DOMXPath object.
 
 getXpathPrefix ()
 Get the XPath prefix.
 
 setXpathPrefix ($prefix)
 Set the XPath prefix.
 

Protected Member Functions

 _registerNamespaces ()
 Register iTunes namespace.
 
- Protected Member Functions inherited from Zend_Feed_Reader_Extension_FeedAbstract
 _registerNamespaces ()
 Register the default namespaces for the current feed format.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Feed_Reader_Extension_FeedAbstract
 $_data = array()
 
 $_domDocument = null
 
 $_xpath = null
 
 $_xpathPrefix = ''
 

Member Function Documentation

_registerNamespaces ( )
protected

Register iTunes namespace.

getBlock ( )

Get the entry block.

Returns
string
getCastAuthor ( )

Get the entry author.

Returns
string
getCategories ( )

Get the entry category.

Returns
string
getExplicit ( )

Get the entry explicit.

Returns
string
getImage ( )

Get the entry image.

Returns
string
getKeywords ( )

Get the entry keywords.

Returns
string
getNewFeedUrl ( )

Get the entry's new feed url.

Returns
string
getOwner ( )

Get the entry owner.

Returns
string
getSubtitle ( )

Get the entry subtitle.

Returns
string
getSummary ( )

Get the entry summary.

Returns
string