|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/App/Extension/Category.php'; 00028 00038 class Zend_Gdata_Books_Extension_BooksCategory extends 00039 Zend_Gdata_App_Extension_Category 00040 { 00041 00053 public function __construct($term = null, $scheme = null, $label = null) 00054 { 00055 $this->registerAllNamespaces(Zend_Gdata_Books::$namespaces); 00056 parent::__construct($term, $scheme, $label); 00057 } 00058 00059 }