Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Gapps/UserFeed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Feed.php';
00028 
00032 require_once 'Zend/Gdata/Gapps/UserEntry.php';
00033 
00047 class Zend_Gdata_Gapps_UserFeed extends Zend_Gdata_Feed
00048 {
00049 
00050     protected $_entryClassName = 'Zend_Gdata_Gapps_UserEntry';
00051     protected $_feedClassName = 'Zend_Gdata_Gapps_UserFeed';
00052 
00053 }
 All Data Structures Namespaces Files Functions Variables Enumerations