Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Gapps/NicknameFeed.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/NicknameEntry.php';
00033 
00047 class Zend_Gdata_Gapps_NicknameFeed extends Zend_Gdata_Feed
00048 {
00049 
00050     protected $_entryClassName = 'Zend_Gdata_Gapps_NicknameEntry';
00051     protected $_feedClassName = 'Zend_Gdata_Gapps_NicknameFeed';
00052 
00053 }
 All Data Structures Namespaces Files Functions Variables Enumerations