Elgg
Version 1.9
|
Public Attributes | |
$name | |
The name of the element. More... | |
$attributes | |
The attributes. More... | |
$content | |
CData. More... | |
$children | |
Child elements. More... | |
Definition at line 9 of file XmlElement.php.
XmlElement::$attributes |
The attributes.
Definition at line 14 of file XmlElement.php.
XmlElement::$children |
Child elements.
Definition at line 20 of file XmlElement.php.
XmlElement::$content |
CData.
Definition at line 17 of file XmlElement.php.
XmlElement::$name |
The name of the element.
Definition at line 11 of file XmlElement.php.