Elgg  Version 1.11
Public Attributes | List of all members
XmlElement Class Reference

Public Attributes

 $name
 The name of the element. More...
 
 $attributes
 The attributes. More...
 
 $content
 CData. More...
 
 $children
 Child elements. More...
 

Detailed Description

Definition at line 9 of file XmlElement.php.

Member Data Documentation

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.


The documentation for this class was generated from the following file: