Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/YouTube/VideoFeed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Media/Feed.php';
00028 
00032 require_once 'Zend/Gdata/YouTube/VideoEntry.php';
00033 
00043 class Zend_Gdata_YouTube_VideoFeed extends Zend_Gdata_Media_Feed
00044 {
00045 
00051     protected $_entryClassName = 'Zend_Gdata_YouTube_VideoEntry';
00052 
00059     public function __construct($element = null)
00060     {
00061         $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces);
00062         parent::__construct($element);
00063     }
00064 
00065 }
 All Data Structures Namespaces Files Functions Variables Enumerations