| 
    Elgg
    Version 1.12
    
   | 
 
Public Member Functions | |
| __construct ($xml) | |
| Creates an \ElggXMLParser from a string or existing SimpleXMLElement.  More... | |
| getName () | |
| getAttributes () | |
| getContent () | |
| getChildren () | |
| __get ($name) | |
| Override ->  More... | |
| __isset ($name) | |
| Override isset.  More... | |
Definition at line 8 of file ElggXMLElement.php.
| ElggXMLElement::__construct | ( | $xml | ) | 
Creates an \ElggXMLParser from a string or existing SimpleXMLElement.
| string | SimpleXMLElement | $xml | The XML to parse | 
Definition at line 19 of file ElggXMLElement.php.
| ElggXMLElement::__get | ( | $name | ) | 
Override ->
| string | $name | Property name | 
Definition at line 90 of file ElggXMLElement.php.
| ElggXMLElement::__isset | ( | $name | ) | 
Override isset.
| string | $name | Property name | 
Definition at line 114 of file ElggXMLElement.php.
| ElggXMLElement::getAttributes | ( | ) | 
Definition at line 42 of file ElggXMLElement.php.
| ElggXMLElement::getChildren | ( | ) | 
Definition at line 74 of file ElggXMLElement.php.
| ElggXMLElement::getContent | ( | ) | 
Definition at line 67 of file ElggXMLElement.php.
| ElggXMLElement::getName | ( | ) | 
Definition at line 35 of file ElggXMLElement.php.