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


Public Member Functions | |
| __construct ($point=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getPoint () | |
| setPoint ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_rootNamespace = 'georss' | |
| $_rootElement = 'where' | |
| $_point = null | |
Definition at line 49 of file GeoRssWhere.php.
| __construct | ( | $ | point = null | ) |
Create a new instance.
| Zend_Gdata_Geo_Extension_GmlPoint | $point | (optional) Point to which object should be initialized. |
Definition at line 68 of file GeoRssWhere.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 GeoRssWhere.php.
| getPoint | ( | ) |
Get the value for this element's point attribute.
Definition at line 118 of file GeoRssWhere.php.
| setPoint | ( | $ | value | ) |
Set the value for this element's point attribute.
| Zend_Gdata_Geo_Extension_GmlPoint | $value | The desired value for this attribute. |
Definition at line 129 of file GeoRssWhere.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 GeoRssWhere.php.

$_point = null [protected] |
Definition at line 60 of file GeoRssWhere.php.
$_rootElement = 'where' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 53 of file GeoRssWhere.php.
$_rootNamespace = 'georss' [protected] |
Reimplemented from Zend_Gdata_Extension.
Definition at line 52 of file GeoRssWhere.php.