|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/Extension.php'; 00028 00032 require_once 'Zend/Gdata/Photos.php'; 00033 00045 class Zend_Gdata_Photos_Extension_CommentingEnabled extends Zend_Gdata_Extension 00046 { 00047 00048 protected $_rootNamespace = 'gphoto'; 00049 protected $_rootElement = 'commentingEnabled'; 00050 00057 public function __construct($text = null) 00058 { 00059 $this->registerAllNamespaces(Zend_Gdata_Photos::$namespaces); 00060 parent::__construct(); 00061 $this->setText($text); 00062 } 00063 00064 }