Zend_Feed_ElementImplements interfaces:
Wraps a DOMElement allowing for SimpleXML-like access to attributes.
Located in /Feed/Element.php (line 32)
| Class | Description |
|---|---|
Zend_Feed_Abstract
|
The Zend_Feed_Abstract class is an abstract class representing feeds. |
Zend_Feed_Entry_Abstract
|
Zend_Feed_Entry_Abstract represents a single entry in an Atom or RSS feed. |
boolean
$_appended
= true (line 53)
DOMElement
$_element
(line 38)
string
$_encoding
= 'UTF-8' (line 43)
Zend_Feed_Element
$_parentElement
(line 48)
Constructor __construct (line 62)
Zend_Feed_Element constructor.
ensureAppended (line 116)
Appends this element to its parent if necessary.
getDOM (line 76)
Get a DOM representation of the element
Returns the underlying DOM object, which can then be manipulated with full DOM methods.
getEncoding (line 161)
Get encoding
offsetExists (line 372)
Required by the ArrayAccess interface.
offsetGet (line 389)
Required by the ArrayAccess interface.
offsetSet (line 407)
Required by the ArrayAccess interface.
offsetUnset (line 427)
Required by the ArrayAccess interface.
saveXml (line 134)
Get an XML string representation of this element
Returns a string of this element's XML, including the XML prologue.
saveXmlFragment (line 151)
Get the XML for only this element
Returns a string of this element's XML without prologue.
setDOM (line 92)
Update the object from a DOM element
Take a DOMElement object, which may be originally from a call to getDOM() or may be custom created, and use it as the DOM tree for this Zend_Feed_Element.
setEncoding (line 172)
Set encoding
setParent (line 104)
Set the parent element of this object to another Zend_Feed_Element.
_children (line 342)
Finds children with tagnames matching $var
Similar to SimpleXML's children() method.
__call (line 292)
Get the value of an element with method syntax.
Map method calls to get the string value of the requested element. If there are multiple elements that match, this will return an array of those objects.
__get (line 188)
Map variable access onto the underlying entry representation.
Get-style access returns a Zend_Feed_Element representing the child element accessed. To get string values, use method syntax with the __call() overriding.
__isset (line 259)
Map isset calls onto the underlying entry representation.
__set (line 225)
Map variable sets onto the underlying entry representation.
__toString (line 328)
Returns the nodeValue of this element when this object is used in a string context.
__unset (line 312)
Remove all children matching $var.
Documentation generated on Mon, 21 Jun 2010 15:18:50 -0400 by phpDocumentor 1.4.3