Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Geo/Feed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Feed.php';
00028 
00032 require_once 'Zend/Gdata/Geo.php';
00033 
00037 require_once 'Zend/Gdata/Geo/Entry.php';
00038 
00048 class Zend_Gdata_Geo_Feed extends Zend_Gdata_Feed
00049 {
00050 
00056     protected $_entryClassName = 'Zend_Gdata_Geo_Entry';
00057 
00058     public function __construct($element = null)
00059     {
00060         $this->registerAllNamespaces(Zend_Gdata_Geo::$namespaces);
00061         parent::__construct($element);
00062     }
00063 
00064 }
 All Data Structures Namespaces Files Functions Variables Enumerations