|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/App/Extension/Link.php'; 00028 00038 class Zend_Gdata_Books_Extension_BooksLink extends Zend_Gdata_App_Extension_Link 00039 { 00040 00052 public function __construct($href = null, $rel = null, $type = null, 00053 $hrefLang = null, $title = null, $length = null) 00054 { 00055 $this->registerAllNamespaces(Zend_Gdata_Books::$namespaces); 00056 parent::__construct($href, $rel, $type, $hrefLang, $title, $length); 00057 } 00058 00059 00060 } 00061