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

Public Member Functions

 getCastAuthor ()
 Get the entry author.
 
 getBlock ()
 Get the entry block.
 
 getDuration ()
 Get the entry duration.
 
 getExplicit ()
 Get the entry explicit.
 
 getKeywords ()
 Get the entry keywords.
 
 getSubtitle ()
 Get the entry subtitle.
 
 getSummary ()
 Get the entry summary.
 
- Public Member Functions inherited from Zend_Feed_Reader_Extension_EntryAbstract
 __construct (DOMElement $entry, $entryKey, $type=null)
 Constructor.
 
 getDomDocument ()
 Get the DOM.
 
 getEncoding ()
 Get the Entry's encoding.
 
 getType ()
 Get the entry type.
 
 setXpath (DOMXPath $xpath)
 Set the XPath query.
 
 getXpath ()
 Get the XPath query object.
 
 toArray ()
 Serialize the entry to an array.
 
 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_EntryAbstract
 _registerNamespaces ()
 Register XML namespaces.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Feed_Reader_Extension_EntryAbstract
 $_data = array()
 
 $_domDocument = null
 
 $_entry = null
 
 $_entryKey = 0
 
 $_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
getDuration ( )

Get the entry duration.

Returns
string
getExplicit ( )

Get the entry explicit.

Returns
string
getKeywords ( )

Get the entry keywords.

Returns
string
getSubtitle ( )

Get the entry subtitle.

Returns
string
getSummary ( )

Get the entry summary.

Returns
string