Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/YouTube/ActivityFeed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Feed.php';
00028 
00032 require_once 'Zend/Gdata/YouTube/ActivityEntry.php';
00033 
00044 class Zend_Gdata_YouTube_ActivityFeed extends Zend_Gdata_Feed
00045 {
00046 
00052     protected $_entryClassName = 'Zend_Gdata_YouTube_ActivityEntry';
00053 
00060     public function __construct($element = null)
00061     {
00062         $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces);
00063         parent::__construct($element);
00064     }
00065 
00066 }
 All Data Structures Namespaces Files Functions Variables Enumerations