Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_App_FeedSourceParent Class Reference
Inheritance diagram for Zend_Gdata_App_FeedSourceParent:
Collaboration diagram for Zend_Gdata_App_FeedSourceParent:

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

Detailed Description

Definition at line 63 of file FeedSourceParent.php.


Member Function Documentation

__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).

Parameters:
string$varThe property to access.
Returns:
mixed

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.

Parameters:
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns:
DOMElement The DOMElement representing this element and all child properties.

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.

Returns:
Zend_Gdata_AppExtension_Generator

Definition at line 198 of file FeedSourceParent.php.

getIcon ( )
Returns:
Zend_Gdata_AppExtension_Icon

Definition at line 216 of file FeedSourceParent.php.

getlogo ( )
Returns:
Zend_Gdata_AppExtension_logo

Definition at line 234 of file FeedSourceParent.php.

Returns:
Zend_Gdata_AppExtension_Subtitle

Definition at line 252 of file FeedSourceParent.php.

setGenerator ( value)
Parameters:
Zend_Gdata_App_Extension_Generator$value
Returns:
Zend_Gdata_App_FeedSourceParent Provides a fluent interface

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.

Deprecated:
Deprecated as of Zend Framework 1.7. Use setService() instead.
Parameters:
Zend_Http_Client$httpClient
Returns:
Zend_Gdata_App_FeedSourceParent Provides a fluent interface

Reimplemented from Zend_Gdata_App_FeedEntryParent.

Definition at line 95 of file FeedSourceParent.php.

setIcon ( value)
Parameters:
Zend_Gdata_App_Extension_Icon$value
Returns:
Zend_Gdata_App_FeedSourceParent Provides a fluent interface

Definition at line 225 of file FeedSourceParent.php.

setlogo ( value)
Parameters:
Zend_Gdata_App_Extension_logo$value
Returns:
Zend_Gdata_App_FeedSourceParent Provides a fluent interface

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().

Parameters:
Zend_Gdata_App$instanceThe new service instance.
Returns:
Zend_Gdata_App_FeedEntryParent Provides a fluent interface.

Reimplemented from Zend_Gdata_App_FeedEntryParent.

Definition at line 112 of file FeedSourceParent.php.

setSubtitle ( value)
Parameters:
Zend_Gdata_App_Extension_Subtitle$value
Returns:
Zend_Gdata_App_FeedSourceParent Provides a fluent interface

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.

Parameters:
DOMNode$childThe 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.

Here is the call graph for this function:


Field Documentation

$_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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations