Zend Framework  3.0
Public Member Functions | Protected Member Functions | List of all members
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 AbstractEntry
 __construct (DOMElement $entry, $entryKey, $type=null)
 Constructor.
 
 getDomDocument ()
 Get the DOM.
 
 getElement ()
 Get the entry element.
 
 getEncoding ()
 Get the Entry's encoding.
 
 saveXml ()
 Get entry as xml.
 
 getType ()
 Get the entry type.
 
 getXpath ()
 Get the XPath query object.
 
 setXpath (DOMXPath $xpath)
 Set the XPath query.
 
 getExtensions ()
 Get registered extensions.
 
 getExtension ($name)
 Return an Extension object with the matching name (postfixed with _Entry)
 
 __call ($method, $args)
 Method overloading: call given method on first extension implementing it.
 

Protected Member Functions

 registerNamespaces ()
 Register iTunes namespace.
 
- Protected Member Functions inherited from AbstractEntry
 _loadExtensions ()
 Load extensions from Zend.
 

Additional Inherited Members

- Protected Attributes inherited from AbstractEntry
 $data = []
 
 $domDocument = null
 
 $entry = null
 
 $entryKey = 0
 
 $xpath = null
 
 $extensions = []
 

Member Function Documentation

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
registerNamespaces ( )
protected

Register iTunes namespace.