Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Gdata_Geo_Extension_GeoRssWhere Class Reference

Public Member Functions

 __construct ($point=null)
 Create a new instance.
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 Retrieves a DOMElement which corresponds to this element and all child properties.
 
 getPoint ()
 Get the value for this element's point attribute.
 
 setPoint ($value)
 Set the value for this element's point attribute.
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Member Functions

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

Protected Attributes

 $_rootNamespace = 'georss'
 
 $_rootElement = 'where'
 
 $_point = null
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

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.

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.
getPoint ( )

Get the value for this element's point attribute.

See Also
setPoint
Returns
Zend_Gdata_Geo_Extension_GmlPoint The requested attribute.
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
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

Member Data Documentation

$_point = null
protected
$_rootElement = 'where'
protected
$_rootNamespace = 'georss'
protected