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

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

Detailed Description

Definition at line 63 of file Feed.php.


Constructor & Destructor Documentation


Member Function Documentation

getDOM ( doc = null,
majorVersion = 1,
minorVersion = null 
)

Retrieves the DOM model representing this object and all children

Parameters:
DOMDocument$doc
Returns:
DOMElement

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.

Here is the call graph for this function:

Get the value of the itemsPerPage property.

Returns:
Zend_Gdata_Extension_OpenSearchItemsPerPage|null The value of the itemsPerPage property, or null if unset.

Definition at line 247 of file Feed.php.

Get the value of the startIndex property.

Returns:
Zend_Gdata_Extension_OpenSearchStartIndex|null The value of the startIndex property, or null if unset.

Definition at line 225 of file Feed.php.

Get the value of the totalResults property.

Returns:
Zend_Gdata_Extension_OpenSearchTotalResults|null The value of the totalResults property, or null if unset.

Definition at line 203 of file Feed.php.

setItemsPerPage ( value)

Set the itemsPerPage property.

Parameters:
Zend_Gdata_Extension_OpenSearchItemsPerPage | null$valueThe value for the itemsPerPage property. Use nul to unset.
Returns:
Zend_Gdata_Feed Provides a fluent interface.

Definition at line 236 of file Feed.php.

setStartIndex ( value)

Set the start index property for feed paging.

Parameters:
Zend_Gdata_Extension_OpenSearchStartIndex | null$valueThe value for the startIndex property. Use null to unset.
Returns:
Zend_Gdata_Feed Provides a fluent interface.

Definition at line 214 of file Feed.php.

setTotalResults ( value)

Set the value of the totalResults property.

Parameters:
Zend_Gdata_Extension_OpenSearchTotalResults | null$valueThe value of the totalResults property. Use null to unset.
Returns:
Zend_Gdata_Feed Provides a fluent interface.

Definition at line 192 of file Feed.php.

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.

Parameters:
DOMNode$attributeThe DOMNode attribute needed to be handled

Reimplemented from Zend_Gdata_App_Base.

Definition at line 164 of file Feed.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_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.

Here is the call graph for this function:


Field Documentation

$_itemsPerPage = null [protected]

Definition at line 92 of file Feed.php.

$_startIndex = null [protected]

Definition at line 85 of file Feed.php.

$_totalResults = null [protected]

Definition at line 78 of file Feed.php.


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