Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Photos/Extension/Weight.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 
00045 class Zend_Gdata_Photos_Extension_Weight extends Zend_Gdata_Extension
00046 {
00047 
00048     protected $_rootNamespace = 'gphoto';
00049     protected $_rootElement = 'weight';
00050 
00056     public function __construct($text = null)
00057     {
00058         $this->registerAllNamespaces(Zend_Gdata_Photos::$namespaces);
00059         parent::__construct();
00060         $this->setText($text);
00061     }
00062 
00063 }
 All Data Structures Namespaces Files Functions Variables Enumerations