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


Public Member Functions | |
| __construct ($id=null, $href=null, $when=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getId () | |
| setId ($value) | |
| getHref () | |
| setHref ($value) | |
| getWhen () | |
| setWhen ($value) | |
Protected Member Functions | |
| takeAttributeFromDOM ($attribute) | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_rootElement = 'originalEvent' | |
| $_id = null | |
| $_href = null | |
| $_when = null | |
Definition at line 48 of file OriginalEvent.php.
| __construct | ( | $ | id = null, |
| $ | href = null, |
||
| $ | when = 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.
Definition at line 64 of file OriginalEvent.php.
| getHref | ( | ) |
Definition at line 119 of file OriginalEvent.php.
| getId | ( | ) |
Definition at line 108 of file OriginalEvent.php.
| getWhen | ( | ) |
Definition at line 130 of file OriginalEvent.php.
| setHref | ( | $ | value | ) |
Definition at line 124 of file OriginalEvent.php.
| setId | ( | $ | value | ) |
Definition at line 113 of file OriginalEvent.php.
| setWhen | ( | $ | value | ) |
Definition at line 135 of file OriginalEvent.php.
| takeAttributeFromDOM | ( | $ | attribute | ) | [protected] |
Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.
| DOMNode | $attribute | The DOMNode attribute needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 79 of file OriginalEvent.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.
Definition at line 93 of file OriginalEvent.php.

$_href = null [protected] |
Definition at line 53 of file OriginalEvent.php.
$_id = null [protected] |
Definition at line 52 of file OriginalEvent.php.
$_rootElement = 'originalEvent' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 51 of file OriginalEvent.php.
$_when = null [protected] |
Definition at line 54 of file OriginalEvent.php.