|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/Entry.php'; 00028 00039 class Zend_Gdata_Docs_DocumentListEntry extends Zend_Gdata_Entry 00040 { 00041 00048 public function __construct($element = null) 00049 { 00050 $this->registerAllNamespaces(Zend_Gdata_Docs::$namespaces); 00051 parent::__construct($element); 00052 } 00053 00054 }