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