Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Docs/DocumentListFeed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Feed.php';
00028 
00029 
00039 class Zend_Gdata_Docs_DocumentListFeed extends Zend_Gdata_Feed
00040 {
00041 
00047     protected $_entryClassName = 'Zend_Gdata_Docs_DocumentListEntry';
00048 
00054     protected $_feedClassName = 'Zend_Gdata_Docs_DocumentListFeed';
00055 
00062     public function __construct($element = null)
00063     {
00064         $this->registerAllNamespaces(Zend_Gdata_Docs::$namespaces);
00065         parent::__construct($element);
00066     }
00067 
00068 }
 All Data Structures Namespaces Files Functions Variables Enumerations