Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Exif/Extension/Time.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Extension.php';
00028 
00032 require_once 'Zend/Gdata/Exif.php';
00033 
00043 class Zend_Gdata_Exif_Extension_Time extends Zend_Gdata_Extension
00044 {
00045 
00046     protected $_rootNamespace = 'exif';
00047     protected $_rootElement = 'time';
00048 
00054     public function __construct($text = null)
00055     {
00056         $this->registerAllNamespaces(Zend_Gdata_Exif::$namespaces);
00057         parent::__construct();
00058         $this->setText($text);
00059     }
00060 
00061 }
 All Data Structures Namespaces Files Functions Variables Enumerations