Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Geo/Extension/GmlPos.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Extension.php';
00028 
00032 require_once 'Zend/Gdata/Geo.php';
00033 
00043 class Zend_Gdata_Geo_Extension_GmlPos extends Zend_Gdata_Extension
00044 {
00045 
00046     protected $_rootNamespace = 'gml';
00047     protected $_rootElement = 'pos';
00048 
00054     public function __construct($text = null)
00055     {
00056         $this->registerAllNamespaces(Zend_Gdata_Geo::$namespaces);
00057         parent::__construct();
00058         $this->setText($text);
00059     }
00060 
00061 }
 All Data Structures Namespaces Files Functions Variables Enumerations