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