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


Public Member Functions | |
| setHttpClient (Zend_Http_Client $httpClient) | |
| setService ($instance) | |
| __get ($var) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getGenerator () | |
| setGenerator ($value) | |
| getIcon () | |
| setIcon ($value) | |
| getlogo () | |
| setlogo ($value) | |
| getSubtitle () | |
| setSubtitle ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_App_Entry' | |
| $_rootElement = null | |
| $_generator = null | |
| $_icon = null | |
| $_logo = null | |
| $_subtitle = null | |
Definition at line 63 of file FeedSourceParent.php.
| __get | ( | $ | var | ) |
Make accessing some individual elements of the feed easier.
Special accessors 'entry' and 'entries' are provided so that if you wish to iterate over an Atom feed's entries, you can do so using foreach ($feed->entries as $entry) or foreach ($feed->entry as $entry).
| string | $var | The property to access. |
Reimplemented from Zend_Gdata_App_Base.
Reimplemented in Zend_Gdata_App_Feed.
Definition at line 132 of file FeedSourceParent.php.
| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_FeedEntryParent.
Reimplemented in Zend_Gdata_Photos_UserFeed, Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_Photos_AlbumFeed, Zend_Gdata_Feed, Zend_Gdata_App_Feed, Zend_Gdata_Spreadsheets_CellFeed, Zend_Gdata_Calendar_EventFeed, and Zend_Gdata_Calendar_ListFeed.
Definition at line 141 of file FeedSourceParent.php.
| getGenerator | ( | ) |
Definition at line 198 of file FeedSourceParent.php.
| getIcon | ( | ) |
Definition at line 216 of file FeedSourceParent.php.
| getlogo | ( | ) |
Definition at line 234 of file FeedSourceParent.php.
| getSubtitle | ( | ) |
Definition at line 252 of file FeedSourceParent.php.
| setGenerator | ( | $ | value | ) |
| Zend_Gdata_App_Extension_Generator | $value |
Definition at line 207 of file FeedSourceParent.php.
| setHttpClient | ( | Zend_Http_Client $ | httpClient | ) |
Set the HTTP client instance
Sets the HTTP client object to use for retrieving the feed.
| Zend_Http_Client | $httpClient |
Reimplemented from Zend_Gdata_App_FeedEntryParent.
Definition at line 95 of file FeedSourceParent.php.
| setIcon | ( | $ | value | ) |
| Zend_Gdata_App_Extension_Icon | $value |
Definition at line 225 of file FeedSourceParent.php.
| setlogo | ( | $ | value | ) |
| Zend_Gdata_App_Extension_logo | $value |
Definition at line 243 of file FeedSourceParent.php.
| setService | ( | $ | instance | ) |
Set the active service instance for this feed and all enclosed entries. This will be used to perform network requests, such as when calling save() and delete().
| Zend_Gdata_App | $instance | The new service instance. |
Reimplemented from Zend_Gdata_App_FeedEntryParent.
Definition at line 112 of file FeedSourceParent.php.
| setSubtitle | ( | $ | value | ) |
| Zend_Gdata_App_Extension_Subtitle | $value |
Definition at line 261 of file FeedSourceParent.php.
| 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_FeedEntryParent.
Reimplemented in Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_Photos_AlbumFeed, Zend_Gdata_Feed, Zend_Gdata_Photos_UserFeed, Zend_Gdata_App_Feed, Zend_Gdata_Spreadsheets_CellFeed, Zend_Gdata_Calendar_EventFeed, and Zend_Gdata_Calendar_ListFeed.
Definition at line 165 of file FeedSourceParent.php.

$_entryClassName = 'Zend_Gdata_App_Entry' [protected] |
Reimplemented in Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_Photos_UserFeed, Zend_Gdata_Feed, 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.
Definition at line 71 of file FeedSourceParent.php.
$_generator = null [protected] |
Definition at line 80 of file FeedSourceParent.php.
$_icon = null [protected] |
Definition at line 81 of file FeedSourceParent.php.
$_logo = null [protected] |
Definition at line 82 of file FeedSourceParent.php.
$_rootElement = null [protected] |
Reimplemented from Zend_Gdata_App_Base.
Reimplemented in Zend_Gdata_App_Feed, and Zend_Gdata_App_Extension_Source.
Definition at line 78 of file FeedSourceParent.php.
$_subtitle = null [protected] |
Definition at line 83 of file FeedSourceParent.php.