Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Title.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Extension.php';
00028 
00038 class Zend_Gdata_DublinCore_Extension_Title extends Zend_Gdata_Extension
00039 {
00040 
00041     protected $_rootNamespace = 'dc';
00042     protected $_rootElement = 'title';
00043 
00051     public function __construct($value = null)
00052     {
00053         $this->registerAllNamespaces(Zend_Gdata_DublinCore::$namespaces);
00054         parent::__construct();
00055         $this->_text = $value;
00056     }
00057 
00058 }
 All Data Structures Namespaces Files Functions Variables Enumerations