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


Public Member Functions | |
| __construct ($draft=null, $state=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getState () | |
| setState ($value) | |
| getStateValue () | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_state = null | |
Definition at line 43 of file Control.php.
| __construct | ( | $ | draft = null, |
| $ | state = null |
||
| ) |
Constructs a new Zend_Gdata_Calendar_Extension_Control object.
| Zend_Gdata_App_Extension_Draft | $draft | |
| Zend_Gdata_YouTube_Extension_State | $state |
Definition at line 54 of file Control.php.

| 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_Extension_Control.
Definition at line 71 of file Control.php.
| getState | ( | ) |
Get the value for this element's state attribute.
Definition at line 106 of file Control.php.

| getStateValue | ( | ) |
Get the value of this element's state attribute.
Definition at line 128 of file Control.php.

| setState | ( | $ | value | ) |
Set the value for this element's state attribute.
| Zend_Gdata_YouTube_Extension_State | $value | The desired value for this attribute. |
Definition at line 117 of file Control.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_App_Extension_Control.
Definition at line 86 of file Control.php.

$_state = null [protected] |
Definition at line 46 of file Control.php.