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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getWhere () | |
| setWhere ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Geo_Entry' | |
| $_where = null | |
| __construct | ( | $ | element = null | ) |
Constructs a Feed or Entry
Reimplemented from Zend_Gdata_Entry.
Definition at line 55 of file Entry.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_Entry.
| 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_Entry.
Definition at line 70 of file Entry.php.

$_entryClassName = 'Zend_Gdata_Geo_Entry' [protected] |
Reimplemented from Zend_Gdata_Entry.