Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Geo.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata.php';
00028 
00042 class Zend_Gdata_Geo extends Zend_Gdata
00043 {
00044 
00050     public static $namespaces = array(
00051         array('georss', 'http://www.georss.org/georss', 1, 0),
00052         array('gml', 'http://www.opengis.net/gml', 1, 0)
00053     );
00054 
00055 
00063     public function __construct($client = null, $applicationId = 'MyCompany-MyApp-1.0')
00064     {
00065         $this->registerPackage('Zend_Gdata_Geo');
00066         $this->registerPackage('Zend_Gdata_Geo_Extension');
00067         parent::__construct($client, $applicationId);
00068     }
00069 
00070 }
 All Data Structures Namespaces Files Functions Variables Enumerations