|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/Extension.php'; 00028 00038 class Zend_Gdata_YouTube_Extension_Username extends Zend_Gdata_Extension 00039 { 00040 00041 protected $_rootElement = 'username'; 00042 protected $_rootNamespace = 'yt'; 00043 00044 public function __construct($text = null) 00045 { 00046 $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces); 00047 parent::__construct(); 00048 $this->_text = $text; 00049 } 00050 00051 }