Detailed Description
Definition at line 43 of file When.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
startTime = null, |
|
|
$ |
endTime = null, |
|
|
$ |
valueString = null, |
|
|
$ |
reminders = null |
|
) |
| |
Member Function Documentation
Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0
- Returns:
- string The text representation of this object
Reimplemented from Zend_Gdata_App_Base.
Definition at line 115 of file When.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.
- Parameters:
-
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
- Returns:
- DOMElement The DOMElement representing this element and all child properties.
Reimplemented from Zend_Gdata_App_Base.
Definition at line 62 of file When.php.
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.
- Parameters:
-
| DOMNode | $attribute | The DOMNode attribute needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 98 of file When.php.
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.
- Parameters:
-
| DOMNode | $child | The DOMNode needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 83 of file When.php.
Field Documentation
$_endTime = null [protected] |
$_reminders = array() [protected] |
$_rootElement = 'when' [protected] |
$_startTime = null [protected] |
$_valueString = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Extension/When.php