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

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_EventEntry'
 $_feedClassName = 'Zend_Gdata_Calendar_EventFeed'

Detailed Description

Definition at line 43 of file EventFeed.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a Feed or Entry

Reimplemented from Zend_Gdata_Feed.

Definition at line 62 of file EventFeed.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 68 of file EventFeed.php.

Definition at line 95 of file EventFeed.php.

setTimezone ( value)

Definition at line 100 of file EventFeed.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 78 of file EventFeed.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_Calendar_EventEntry' [protected]

Reimplemented from Zend_Gdata_Feed.

Definition at line 53 of file EventFeed.php.

$_feedClassName = 'Zend_Gdata_Calendar_EventFeed' [protected]

Definition at line 60 of file EventFeed.php.

$_timezone = null [protected]

Definition at line 46 of file EventFeed.php.


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