Elgg  Version 2.3
Public Member Functions | List of all members
ElggXMLElement Class Reference

Public Member Functions

 __construct ($xml)
 Creates an from a string or existing SimpleXMLElement. More...
 
 getName ()
 
 getAttributes ()
 
 getContent ()
 
 getChildren ()
 
 __get ($name)
 Override -> More...
 
 __isset ($name)
 Override isset. More...
 

Detailed Description

Definition at line 8 of file ElggXMLElement.php.

Constructor & Destructor Documentation

ElggXMLElement::__construct (   $xml)

Creates an from a string or existing SimpleXMLElement.

Parameters
string | SimpleXMLElement$xmlThe XML to parse

Definition at line 19 of file ElggXMLElement.php.

Member Function Documentation

ElggXMLElement::__get (   $name)

Override ->

Parameters
string$nameProperty name
Returns
mixed

Definition at line 90 of file ElggXMLElement.php.

ElggXMLElement::__isset (   $name)

Override isset.

Parameters
string$nameProperty name
Returns
boolean

Definition at line 114 of file ElggXMLElement.php.

ElggXMLElement::getAttributes ( )
Returns
string[] The attributes

Definition at line 42 of file ElggXMLElement.php.

ElggXMLElement::getChildren ( )
Returns
[] Child elements

Definition at line 74 of file ElggXMLElement.php.

ElggXMLElement::getContent ( )
Returns
string CData

Definition at line 67 of file ElggXMLElement.php.

ElggXMLElement::getName ( )
Returns
string The name of the element

Definition at line 35 of file ElggXMLElement.php.


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