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

Public Member Functions

 __construct ($client=null, $applicationId= 'MyCompany-MyApp-1.0')

Static Public Attributes

static $namespaces

Detailed Description

Definition at line 42 of file Geo.php.


Constructor & Destructor Documentation

__construct ( client = null,
applicationId = 'MyCompany-MyApp-1.0' 
)

Create Zend_Gdata_Geo object

Parameters:
Zend_Http_Client$client(optional) The HTTP client to use when when communicating with the Google Apps servers.
string$applicationIdThe identity of the app in the form of Company-AppName-Version

Reimplemented from Zend_Gdata.

Definition at line 63 of file Geo.php.

Here is the call graph for this function:


Field Documentation

$namespaces [static]
Initial value:
 array(
        array('georss', 'http://www.georss.org/georss', 1, 0),
        array('gml', 'http://www.opengis.net/gml', 1, 0)
    )

Reimplemented from Zend_Gdata.

Definition at line 50 of file Geo.php.


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