Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Books/VolumeFeed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Feed.php';
00028 
00038 class Zend_Gdata_Books_VolumeFeed extends Zend_Gdata_Feed
00039 {
00040 
00048     public function __construct($element = null)
00049     {
00050         $this->registerAllNamespaces(Zend_Gdata_Books::$namespaces);
00051         parent::__construct($element);
00052     }
00053 
00059      protected $_entryClassName = 'Zend_Gdata_Books_VolumeEntry';
00060 
00061 }
00062 
 All Data Structures Namespaces Files Functions Variables Enumerations