Zend Framework
1.12
|
Public Member Functions | |
__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 | |
_loadExtensions () | |
Load extensions from Zend_Feed_Reader. | |
Protected Attributes | |
$_data = array() | |
$_domDocument = null | |
$_entry = null | |
$_entryKey = 0 | |
$_xpath = null | |
$_extensions = array() | |
__construct | ( | DOMElement | $entry, |
$entryKey, | |||
$type = null |
|||
) |
Constructor.
DOMElement | $entry | |
int | $entryKey | |
string | null | $type |
__call | ( | $method, | |
$args | |||
) |
Method overloading: call given method on first extension implementing it.
string | $method | |
array | $args |
Zend_Feed_Exception | if no extensions implements the method |
|
protected |
Load extensions from Zend_Feed_Reader.
getDomDocument | ( | ) |
Get the DOM.
getElement | ( | ) |
Get the entry element.
getEncoding | ( | ) |
Get the Entry's encoding.
getExtension | ( | $name | ) |
Return an Extension object with the matching name (postfixed with _Entry)
string | $name |
getExtensions | ( | ) |
Get registered extensions.
getType | ( | ) |
Get the entry type.
getXpath | ( | ) |
Get the XPath query object.
saveXml | ( | ) |
Get entry as xml.
setXpath | ( | DOMXPath | $xpath | ) |
Set the XPath query.
DOMXPath | $xpath |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |