Zend Framework  3.0
Public Member Functions | Protected Member Functions | List of all members
Entry Class Reference

Public Member Functions

 getInReplyTo ()
 Get the "in-reply-to" value.
 
 getCommentCount ()
 Get the total number of threaded responses (i.e comments)
 
- 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

 getData ($name)
 Get the entry data specified by name.
 
 registerNamespaces ()
 Register Atom Thread Extension 1.0 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

getCommentCount ( )

Get the total number of threaded responses (i.e comments)

Returns
int|null
getData (   $name)
protected

Get the entry data specified by name.

Parameters
string$name
Returns
mixed|null
getInReplyTo ( )

Get the "in-reply-to" value.

Returns
string
registerNamespaces ( )
protected

Register Atom Thread Extension 1.0 namespace.

Returns
void