|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/Media/Feed.php'; 00028 00038 class Zend_Gdata_YouTube_CommentEntry extends Zend_Gdata_Entry 00039 { 00040 00046 protected $_entryClassName = 'Zend_Gdata_YouTube_CommentEntry'; 00047 00053 public function __construct($element = null) 00054 { 00055 $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces); 00056 parent::__construct($element); 00057 } 00058 00059 }