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

Public Member Functions

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

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_entryClassName = 'Zend_Gdata_Calendar_EventEntry'
 $_sendEventNotifications = null
 $_timezone = null
 $_quickadd = null

Detailed Description

Definition at line 63 of file EventEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a Feed or Entry

Reimplemented from Zend_Gdata_Entry.

Definition at line 71 of file EventEntry.php.

Here is the call graph for this function:


Member Function Documentation

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

Definition at line 77 of file EventEntry.php.

Definition at line 149 of file EventEntry.php.

Definition at line 123 of file EventEntry.php.

Definition at line 134 of file EventEntry.php.

setQuickAdd ( value)
Parameters:
Zend_Gdata_Calendar_Extension_QuickAdd$value
Returns:
Zend_Gdata_Extension_ListEntry Provides a fluent interface

Definition at line 158 of file EventEntry.php.

Definition at line 128 of file EventEntry.php.

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

Definition at line 143 of file EventEntry.php.

takeChildFromDOM ( child) [protected]

Given a child DOMNode, tries to determine how to map the data into object instance members. If no mapping is defined, Extension_Element objects are created and stored in an array.

Parameters:
DOMNode$childThe DOMNode needed to be handled

Reimplemented from Zend_Gdata_Kind_EventEntry.

Definition at line 92 of file EventEntry.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_Calendar_EventEntry' [protected]

Reimplemented from Zend_Gdata_Entry.

Definition at line 66 of file EventEntry.php.

$_quickadd = null [protected]

Definition at line 69 of file EventEntry.php.

$_sendEventNotifications = null [protected]

Definition at line 67 of file EventEntry.php.

$_timezone = null [protected]

Definition at line 68 of file EventEntry.php.


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