Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_App_Extension_Element Class Reference
Inheritance diagram for Zend_Gdata_App_Extension_Element:
Collaboration diagram for Zend_Gdata_App_Extension_Element:

Public Member Functions

 __construct ($rootElement=null, $rootNamespace=null, $rootNamespaceURI=null, $text=null)
 transferFromDOM ($node)

Detailed Description

Definition at line 39 of file Element.php.


Constructor & Destructor Documentation

__construct ( rootElement = null,
rootNamespace = null,
rootNamespaceURI = null,
text = null 
)

Definition at line 42 of file Element.php.

Here is the call graph for this function:


Member Function Documentation

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.

Parameters:
DOMNode$nodeThe 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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations