|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($rootElement=null, $rootNamespace=null, $rootNamespaceURI=null, $text=null) | |
| transferFromDOM ($node) | |
Definition at line 39 of file Element.php.
| __construct | ( | $ | rootElement = null, |
| $ | rootNamespace = null, |
||
| $ | rootNamespaceURI = null, |
||
| $ | text = null |
||
| ) |
| transferFromDOM | ( | $ | node | ) |
Transfers each child and attribute into member variables. This is called when XML is received over the wire and the data model needs to be built to represent this XML.
| DOMNode | $node | The DOMNode that represents this object's data |
Reimplemented from Zend_Gdata_App_Base.
Reimplemented in Zend_Gdata_Health_Extension_Ccr.
Definition at line 50 of file Element.php.