|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| setTotalResults ($value) | |
| getTotalResults () | |
| setStartIndex ($value) | |
| getStartIndex () | |
| setItemsPerPage ($value) | |
| getItemsPerPage () | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
| takeAttributeFromDOM ($attribute) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Entry' | |
| $_totalResults = null | |
| $_startIndex = null | |
| $_itemsPerPage = null | |
| __construct | ( | $ | element = null | ) |
Constructs a Feed or Entry
Reimplemented from Zend_Gdata_App_FeedEntryParent.
Reimplemented in Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_Photos_AlbumFeed, Zend_Gdata_Photos_UserFeed, Zend_Gdata_Spreadsheets_CellFeed, Zend_Gdata_Exif_Feed, Zend_Gdata_Media_Feed, Zend_Gdata_Calendar_EventFeed, Zend_Gdata_Docs_DocumentListFeed, Zend_Gdata_YouTube_ContactFeed, Zend_Gdata_YouTube_InboxFeed, Zend_Gdata_YouTube_PlaylistListFeed, Zend_Gdata_YouTube_PlaylistVideoFeed, Zend_Gdata_YouTube_SubscriptionFeed, Zend_Gdata_Calendar_ListFeed, Zend_Gdata_YouTube_ActivityFeed, Zend_Gdata_YouTube_CommentFeed, Zend_Gdata_YouTube_VideoFeed, Zend_Gdata_Geo_Feed, Zend_Gdata_Spreadsheets_ListFeed, Zend_Gdata_Spreadsheets_SpreadsheetFeed, Zend_Gdata_Gbase_Feed, Zend_Gdata_Health_ProfileFeed, Zend_Gdata_Books_CollectionFeed, Zend_Gdata_Books_VolumeFeed, and Zend_Gdata_Spreadsheets_WorksheetFeed.
Definition at line 94 of file Feed.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves the DOM model representing this object and all children
| DOMDocument | $doc |
Reimplemented from Zend_Gdata_App_Feed.
Reimplemented in Zend_Gdata_Photos_UserFeed, Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_Photos_AlbumFeed, Zend_Gdata_Spreadsheets_CellFeed, Zend_Gdata_Calendar_EventFeed, and Zend_Gdata_Calendar_ListFeed.
Definition at line 100 of file Feed.php.

| getItemsPerPage | ( | ) |
| getStartIndex | ( | ) |
| getTotalResults | ( | ) |
| setItemsPerPage | ( | $ | value | ) |
Set the itemsPerPage property.
| Zend_Gdata_Extension_OpenSearchItemsPerPage | null | $value | The value for the itemsPerPage property. Use nul to unset. |
| setStartIndex | ( | $ | value | ) |
Set the start index property for feed paging.
| Zend_Gdata_Extension_OpenSearchStartIndex | null | $value | The value for the startIndex property. Use null to unset. |
| setTotalResults | ( | $ | value | ) |
Set the value of the totalResults property.
| Zend_Gdata_Extension_OpenSearchTotalResults | null | $value | The value of the totalResults property. Use null to unset. |
| takeAttributeFromDOM | ( | $ | attribute | ) | [protected] |
Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.
| DOMNode | $attribute | The DOMNode attribute needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_App_Feed.
Reimplemented in Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_Photos_AlbumFeed, Zend_Gdata_Photos_UserFeed, Zend_Gdata_Spreadsheets_CellFeed, Zend_Gdata_Calendar_EventFeed, and Zend_Gdata_Calendar_ListFeed.
Definition at line 132 of file Feed.php.

$_entryClassName = 'Zend_Gdata_Entry' [protected] |
Reimplemented from Zend_Gdata_App_FeedSourceParent.
Reimplemented in Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_Photos_UserFeed, Zend_Gdata_Books_CollectionFeed, Zend_Gdata_Books_VolumeFeed, Zend_Gdata_Exif_Feed, Zend_Gdata_Geo_Feed, Zend_Gdata_Media_Feed, Zend_Gdata_Spreadsheets_CellFeed, Zend_Gdata_Spreadsheets_WorksheetFeed, Zend_Gdata_Photos_AlbumFeed, Zend_Gdata_Calendar_EventFeed, Zend_Gdata_YouTube_ContactFeed, Zend_Gdata_YouTube_InboxFeed, Zend_Gdata_YouTube_PlaylistListFeed, Zend_Gdata_YouTube_PlaylistVideoFeed, Zend_Gdata_YouTube_SubscriptionFeed, Zend_Gdata_Calendar_ListFeed, Zend_Gdata_YouTube_ActivityFeed, Zend_Gdata_YouTube_CommentFeed, Zend_Gdata_YouTube_VideoFeed, Zend_Gdata_Gapps_EmailListFeed, Zend_Gdata_Gapps_EmailListRecipientFeed, Zend_Gdata_Gapps_NicknameFeed, Zend_Gdata_Gapps_UserFeed, Zend_Gdata_Docs_DocumentListFeed, Zend_Gdata_Gbase_ItemFeed, Zend_Gdata_Gbase_SnippetFeed, Zend_Gdata_Health_ProfileFeed, Zend_Gdata_Health_ProfileListFeed, Zend_Gdata_Spreadsheets_ListFeed, and Zend_Gdata_Spreadsheets_SpreadsheetFeed.