Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/YouTube/Extension/NoEmbed.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_NoEmbed extends Zend_Gdata_Extension
00039 {
00040 
00041     protected $_rootNamespace = 'yt';
00042     protected $_rootElement = 'noembed';
00043 
00048     public function __construct($enabled = null)
00049     {
00050         $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces);
00051         parent::__construct();
00052     }
00053 
00054 }
 All Data Structures Namespaces Files Functions Variables Enumerations