Zend Framework
1.12
|
Public Member Functions | |
getInReplyTo () | |
Get the "in-reply-to" value. | |
getCommentCount () | |
Get the total number of threaded responses (i.e comments) | |
![]() | |
__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 | |
_getData ($name) | |
Get the entry data specified by name. | |
_registerNamespaces () | |
Register Atom Thread Extension 1.0 namespace. | |
![]() | |
_registerNamespaces () | |
Register XML namespaces. | |
Additional Inherited Members | |
![]() | |
$_data = array() | |
$_domDocument = null | |
$_entry = null | |
$_entryKey = 0 | |
$_xpath = null | |
$_xpathPrefix = '' | |
|
protected |
Get the entry data specified by name.
string | $name | |
string | $type |
|
protected |
Register Atom Thread Extension 1.0 namespace.
getCommentCount | ( | ) |
Get the total number of threaded responses (i.e comments)
getInReplyTo | ( | ) |
Get the "in-reply-to" value.