Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Books/Extension/BooksLink.php
Go to the documentation of this file.
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 
 All Data Structures Namespaces Files Functions Variables Enumerations