Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/YouTube/PlaylistVideoFeed.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/PlaylistVideoEntry.php';
00033 
00045 class Zend_Gdata_YouTube_PlaylistVideoFeed extends Zend_Gdata_Media_Feed
00046 {
00047 
00053     protected $_entryClassName = 'Zend_Gdata_YouTube_PlaylistVideoEntry';
00054 
00062     public function __construct($element = null)
00063     {
00064         $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces);
00065         parent::__construct($element);
00066     }
00067 
00068 }
 All Data Structures Namespaces Files Functions Variables Enumerations