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


Public Member Functions | |
| __construct ($pos=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getPos () | |
| setPos ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_rootNamespace = 'gml' | |
| $_rootElement = 'Point' | |
| $_pos = null | |
Definition at line 49 of file GmlPoint.php.
| __construct | ( | $ | pos = null | ) |
Create a new instance.
| Zend_Gdata_Geo_Extension_GmlPos | $pos | (optional) Pos to which this object should be initialized. |
Definition at line 68 of file GmlPoint.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 application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 84 of file GmlPoint.php.
| getPos | ( | ) |
Get the value for this element's pos attribute.
Definition at line 118 of file GmlPoint.php.
| setPos | ( | $ | value | ) |
Set the value for this element's distance attribute.
| Zend_Gdata_Geo_Extension_GmlPos | $value | The desired value for this attribute |
Definition at line 129 of file GmlPoint.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_Base.
Definition at line 99 of file GmlPoint.php.

$_pos = null [protected] |
Definition at line 60 of file GmlPoint.php.
$_rootElement = 'Point' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 53 of file GmlPoint.php.
$_rootNamespace = 'gml' [protected] |
Reimplemented from Zend_Gdata_Extension.
Definition at line 52 of file GmlPoint.php.