Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Books/CollectionEntry.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Entry.php';
00028 
00038 class Zend_Gdata_Books_CollectionEntry extends Zend_Gdata_Entry
00039 {
00040 
00048     public function __construct($element = null)
00049     {
00050         $this->registerAllNamespaces(Zend_Gdata_Books::$namespaces);
00051         parent::__construct($element);
00052     }
00053 
00054 
00055 }
00056 
 All Data Structures Namespaces Files Functions Variables Enumerations