Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/YouTube/CommentEntry.php
Go to the documentation of this file.
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 }
 All Data Structures Namespaces Files Functions Variables Enumerations