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

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getTimezone ()
 setTimezone ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_timezone = null
 $_entryClassName = 'Zend_Gdata_Calendar_ListEntry'
 $_feedClassName = 'Zend_Gdata_Calendar_ListFeed'

Detailed Description

Definition at line 43 of file ListFeed.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a Feed or Entry

Reimplemented from Zend_Gdata_Feed.

Definition at line 61 of file ListFeed.php.

Here is the call graph for this function:


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_Feed.

Definition at line 67 of file ListFeed.php.

Definition at line 91 of file ListFeed.php.

setTimezone ( value)
Parameters:
Zend_Gdata_Calendar_Extension_Timezone$value
Returns:
Zend_Gdata_Extension_ListEntry Provides a fluent interface

Definition at line 100 of file ListFeed.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_Feed.

Definition at line 76 of file ListFeed.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_Calendar_ListEntry' [protected]

Reimplemented from Zend_Gdata_Feed.

Definition at line 52 of file ListFeed.php.

$_feedClassName = 'Zend_Gdata_Calendar_ListFeed' [protected]

Definition at line 59 of file ListFeed.php.

$_timezone = null [protected]

Definition at line 45 of file ListFeed.php.


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