Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/App/Extension/Draft.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/App/Extension.php';
00028 
00038 class Zend_Gdata_App_Extension_Draft extends Zend_Gdata_App_Extension
00039 {
00040 
00041     protected $_rootNamespace = 'app';
00042     protected $_rootElement = 'draft';
00043 
00044     public function __construct($text = null)
00045     {
00046         parent::__construct();
00047         $this->_text = $text;
00048     }
00049 
00050 }
 All Data Structures Namespaces Files Functions Variables Enumerations