|
| __get ($var) |
| Overwrites parent::_get method to enable read access to content:encoded element.
|
|
| __set ($var, $value) |
| Overwrites parent::_set method to enable write access to content:encoded element.
|
|
| __isset ($var) |
| Overwrites parent::_isset method to enable access to content:encoded element.
|
|
| __call ($var, $unused) |
| Overwrites parent::_call method to enable read access to content:encoded element.
|
|
| __construct ($uri=null, $element=null) |
| Zend_Feed_Entry_Abstract constructor.
|
|
| __construct ($element=null) |
| Zend_Feed_Element constructor.
|
|
| getDOM () |
| Get a DOM representation of the element.
|
|
| setDOM (DOMElement $element) |
| Update the object from a DOM element.
|
|
| setParent (Zend_Feed_Element $element) |
| Set the parent element of this object to another Zend_Feed_Element.
|
|
| saveXml () |
| Get an XML string representation of this element.
|
|
| saveXmlFragment () |
| Get the XML for only this element.
|
|
| getEncoding () |
| Get encoding.
|
|
| setEncoding ($value) |
| Set encoding.
|
|
| __get ($var) |
| Map variable access onto the underlying entry representation.
|
|
| __set ($var, $val) |
| Map variable sets onto the underlying entry representation.
|
|
| __isset ($var) |
| Map isset calls onto the underlying entry representation.
|
|
| __call ($var, $unused) |
| Get the value of an element with method syntax.
|
|
| __unset ($var) |
| Remove all children matching $var.
|
|
| __toString () |
| Returns the nodeValue of this element when this object is used in a string context.
|
|
| offsetExists ($offset) |
| Required by the ArrayAccess interface.
|
|
| offsetGet ($offset) |
| Required by the ArrayAccess interface.
|
|
| offsetSet ($offset, $value) |
| Required by the ArrayAccess interface.
|
|
| offsetUnset ($offset) |
| Required by the ArrayAccess interface.
|
|