|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00026 require_once 'Zend/Gdata/Books/Extension/BooksLink.php'; 00027 00037 class Zend_Gdata_Books_Extension_InfoLink extends 00038 Zend_Gdata_Books_Extension_BooksLink 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 }