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