Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Media/Feed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Feed.php';
00028 
00032 require_once 'Zend/Gdata/Media.php';
00033 
00037 require_once 'Zend/Gdata/Media/Entry.php';
00038 
00048 class Zend_Gdata_Media_Feed extends Zend_Gdata_Feed
00049 {
00050 
00056     protected $_entryClassName = 'Zend_Gdata_Media_Entry';
00057 
00064     public function __construct($element = null)
00065     {
00066         $this->registerAllNamespaces(Zend_Gdata_Media::$namespaces);
00067         parent::__construct($element);
00068     }
00069 
00070 }
 All Data Structures Namespaces Files Functions Variables Enumerations