Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Spreadsheets/WorksheetFeed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Feed.php';
00028 
00037 class Zend_Gdata_Spreadsheets_WorksheetFeed extends Zend_Gdata_Feed
00038 {
00039 
00044     public function __construct($element = null)
00045     {
00046         $this->registerAllNamespaces(Zend_Gdata_Spreadsheets::$namespaces);
00047         parent::__construct($element);
00048     }
00049 
00055     protected $_entryClassName = 'Zend_Gdata_Spreadsheets_WorksheetEntry';
00056 
00062     protected $_feedClassName = 'Zend_Gdata_Spreadsheets_WorksheetFeed';
00063 
00064 }
 All Data Structures Namespaces Files Functions Variables Enumerations