Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Health/ProfileListFeed.php
Go to the documentation of this file.
00001 <?php
00002 
00027 require_once 'Zend/Gdata/Feed.php';
00028 
00040 class Zend_Gdata_Health_ProfileListFeed extends Zend_Gdata_Feed
00041 {
00047     protected $_entryClassName = 'Zend_Gdata_Health_ProfileListEntry';
00048 
00049     public function getEntries()
00050     {
00051         return $this->entry;
00052     }
00053 }
 All Data Structures Namespaces Files Functions Variables Enumerations