Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Geo_Extension_GeoRssWhere Class Reference
Inheritance diagram for Zend_Gdata_Geo_Extension_GeoRssWhere:
Collaboration diagram for Zend_Gdata_Geo_Extension_GeoRssWhere:

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

Detailed Description

Definition at line 49 of file GeoRssWhere.php.


Constructor & Destructor Documentation

__construct ( point = null)

Create a new instance.

Parameters:
Zend_Gdata_Geo_Extension_GmlPoint$point(optional) Point to which object should be initialized.

Definition at line 68 of file GeoRssWhere.php.

Here is the call graph for this function:


Member Function Documentation

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.

Parameters:
DOMDocument$docThe 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 84 of file GeoRssWhere.php.

getPoint ( )

Get the value for this element's point attribute.

See also:
setPoint
Returns:
Zend_Gdata_Geo_Extension_GmlPoint The requested attribute.

Definition at line 118 of file GeoRssWhere.php.

setPoint ( value)

Set the value for this element's point attribute.

Parameters:
Zend_Gdata_Geo_Extension_GmlPoint$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Geo_Extension_GeoRssWhere Provides a fluent interface

Definition at line 129 of file GeoRssWhere.php.

Here is the caller graph for this function:

takeChildFromDOM ( child) [protected]

Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_App_Base.

Definition at line 99 of file GeoRssWhere.php.

Here is the call graph for this function:


Field Documentation

$_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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations