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


Public Member Functions | |
| __construct ($draft=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getDraft () | |
| setDraft ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_rootNamespace = 'app' | |
| $_rootElement = 'control' | |
| $_draft = null | |
Definition at line 43 of file Control.php.
| __construct | ( | $ | draft = null | ) |
| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_Base.
Reimplemented in Zend_Gdata_YouTube_Extension_Control.
Definition at line 56 of file Control.php.
| getDraft | ( | ) |
Definition at line 83 of file Control.php.
| setDraft | ( | $ | value | ) |
| Zend_Gdata_App_Extension_Draft | $value |
Definition at line 92 of file Control.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Given a child DOMNode, tries to determine how to map the data into object instance members. If no mapping is defined, Extension_Element objects are created and stored in an array.
| DOMNode | $child | The DOMNode needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Reimplemented in Zend_Gdata_YouTube_Extension_Control.
Definition at line 65 of file Control.php.

$_draft = null [protected] |
Definition at line 48 of file Control.php.
$_rootElement = 'control' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 47 of file Control.php.
$_rootNamespace = 'app' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 46 of file Control.php.