Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Books/Extension/AnnotationLink.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Books/Extension/BooksLink.php';
00028 
00038 class Zend_Gdata_Books_Extension_AnnotationLink extends
00039     Zend_Gdata_Books_Extension_BooksLink
00040 {
00041 
00055     public function __construct($href = null, $rel = null, $type = null,
00056             $hrefLang = null, $title = null, $length = null)
00057     {
00058         $this->registerAllNamespaces(Zend_Gdata_Books::$namespaces);
00059         parent::__construct($href, $rel, $type, $hrefLang, $title, $length);
00060     }
00061 
00062 }
00063 
 All Data Structures Namespaces Files Functions Variables Enumerations