|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/Feed.php'; 00028 00037 class Zend_Gdata_Spreadsheets_SpreadsheetFeed extends Zend_Gdata_Feed 00038 { 00039 00045 protected $_entryClassName = 'Zend_Gdata_Spreadsheets_SpreadsheetEntry'; 00046 00052 protected $_feedClassName = 'Zend_Gdata_Spreadsheets_SpreadsheetFeed'; 00053 00058 public function __construct($element = null) 00059 { 00060 $this->registerAllNamespaces(Zend_Gdata_Spreadsheets::$namespaces); 00061 parent::__construct($element); 00062 } 00063 00064 }