Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Private.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Extension.php';
00028 
00038 class Zend_Gdata_YouTube_Extension_Private extends Zend_Gdata_Extension
00039 {
00040 
00041     protected $_rootNamespace = 'yt';
00042     protected $_rootElement = 'private';
00043 
00047     public function __construct()
00048     {
00049         $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces);
00050         parent::__construct();
00051     }
00052 
00063     public function getDOM($doc = null, $majorVersion = 1, $minorVersion = null)
00064     {
00065         $element = parent::getDOM($doc, $majorVersion, $minorVersion);
00066         return $element;
00067     }
00068 
00076     protected function takeAttributeFromDOM($attribute)
00077     {
00078         parent::takeAttributeFromDOM($attribute);
00079     }
00080 
00081 }
 All Data Structures Namespaces Files Functions Variables Enumerations