|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00027 require_once 'Zend/Gdata/Feed.php'; 00028 00032 require_once 'Zend/Gdata/Gapps/EmailListRecipientEntry.php'; 00033 00047 class Zend_Gdata_Gapps_EmailListRecipientFeed extends Zend_Gdata_Feed 00048 { 00049 00050 protected $_entryClassName = 'Zend_Gdata_Gapps_EmailListRecipientEntry'; 00051 protected $_feedClassName = 'Zend_Gdata_Gapps_EmailListRecipientFeed'; 00052 00053 }