API Documentation

Gdata/Geo/Extension/GeoRssWhere.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Geo
version
$Id: GeoRssWhere.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Geo_Extension_GeoRssWhere

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Gdata_Geo_Extension_GeoRssWhere

Extends from
Zend_Gdata_Extension
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Geo
Properties
$_rootNamespace
$_rootElement
$_point
Methods
__construct
getDOM
takeChildFromDOM
getPoint
setPoint

Description

Represents the georss:where element used by the Gdata Geo extensions.

Properties

$_point

Zend_Gdata_Geo_Extension_GmlPoint $_point = 'null'

The point location for this geo element

Details

$_point
Zend_Gdata_Geo_Extension_GmlPoint
visibility
protected
default
null
final
false
static
false

$_rootElement

 $_rootElement = 'where'

Details

visibility
protected
default
where
final
false
static
false

$_rootNamespace

 $_rootNamespace = 'georss'

Details

visibility
protected
default
georss
final
false
static
false

Methods

__construct

__construct( Zend_Gdata_Geo_Extension_GmlPoint $point = null ) :

Create a new instance.

Arguments
$point
Zend_Gdata_Geo_Extension_GmlPoint
(optional) Point to which object should be initialized.
Details
visibility
public
final
false
static
false

getDOM

getDOM( DOMDocument $doc = null,  $majorVersion = 1,  $minorVersion = null ) : DOMElement

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.

Arguments
$doc
DOMDocument
The DOMDocument used to construct DOMElements
$majorVersion
$minorVersion
Output
DOMElement
The DOMElement representing this element and all child properties.
Details
visibility
public
final
false
static
false

getPoint

getPoint( ) : Zend_Gdata_Geo_Extension_GmlPoint

Get the value for this element's point attribute.

Output
Zend_Gdata_Geo_Extension_GmlPoint
The requested attribute.
Details
visibility
public
final
false
static
false
see
setPoint

setPoint

setPoint( Zend_Gdata_Geo_Extension_GmlPoint $value ) : Zend_Gdata_Geo_Extension_GeoRssWhere

Set the value for this element's point attribute.

Arguments
$value
Zend_Gdata_Geo_Extension_GmlPoint
The desired value for this attribute.
Output
Zend_Gdata_Geo_Extension_GeoRssWhere
Provides a fluent interface
Details
visibility
public
final
false
static
false

takeChildFromDOM

takeChildFromDOM( DOMNode $child ) :

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

Arguments
$child
DOMNode
The DOMNode to process
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.