Zend Framework
1.12
|
Public Member Functions | |
__construct ($pos=null) | |
Create a new instance. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves a DOMElement which corresponds to this element and all child properties. | |
getPos () | |
Get the value for this element's pos attribute. | |
setPos ($value) | |
Set the value for this element's distance attribute. | |
![]() | |
__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 = 'gml' | |
$_rootElement = 'Point' | |
$_pos = null | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $pos = null | ) |
Create a new instance.
Zend_Gdata_Geo_Extension_GmlPos | $pos | (optional) Pos to which this object should be initialized. |
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 |
getPos | ( | ) |
Get the value for this element's pos attribute.
setPos | ( | $value | ) |
Set the value for this element's distance attribute.
Zend_Gdata_Geo_Extension_GmlPos | $value | The desired value for this attribute |
|
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 |
|
protected |
|
protected |
|
protected |