|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/Feed.php'; 00028 00032 require_once 'Zend/Gdata/YouTube/CommentEntry.php'; 00033 00043 class Zend_Gdata_YouTube_CommentFeed extends Zend_Gdata_Feed 00044 { 00045 00051 protected $_entryClassName = 'Zend_Gdata_YouTube_CommentEntry'; 00052 00060 public function __construct($element = null) 00061 { 00062 $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces); 00063 parent::__construct($element); 00064 } 00065 00066 }