|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/App/Extension.php'; 00028 00038 class Zend_Gdata_App_Extension_Logo extends Zend_Gdata_App_Extension 00039 { 00040 00041 protected $_rootElement = 'logo'; 00042 00043 public function __construct($text = null) 00044 { 00045 parent::__construct(); 00046 $this->_text = $text; 00047 } 00048 00049 }