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

Public Member Functions

 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getWhen ()
 setWhen ($value)
 getWhere ()
 setWhere ($value)
 getWho ()
 setWho ($value)
 getRecurrence ()
 setRecurrence ($value)
 getEventStatus ()
 setEventStatus ($value)
 getComments ()
 setComments ($value)
 getTransparency ()
 setTransparency ($value)
 getVisibility ()
 setVisibility ($value)
 getRecurrenceExcption ()
 setRecurrenceException ($value)
 getExtendedProperty ()
 setExtendedProperty ($value)
 getOriginalEvent ()
 setOriginalEvent ($value)
 getEntryLink ()
 setEntryLink ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_who = array()
 $_when = array()
 $_where = array()
 $_recurrence = null
 $_eventStatus = null
 $_comments = null
 $_transparency = null
 $_visibility = null
 $_recurrenceException = array()
 $_extendedProperty = array()
 $_originalEvent = null
 $_entryLink = null

Detailed Description

Definition at line 98 of file EventEntry.php.


Member Function Documentation

Definition at line 315 of file EventEntry.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_Entry.

Reimplemented in Zend_Gdata_Calendar_EventEntry.

Definition at line 113 of file EventEntry.php.

Get this entry's EntryLink element.

Returns:
Zend_Gdata_Extension_EntryLink The requested entry.

Definition at line 410 of file EventEntry.php.

Definition at line 300 of file EventEntry.php.

Definition at line 375 of file EventEntry.php.

Definition at line 390 of file EventEntry.php.

Definition at line 285 of file EventEntry.php.

Definition at line 360 of file EventEntry.php.

Definition at line 330 of file EventEntry.php.

Definition at line 345 of file EventEntry.php.

getWhen ( )

Definition at line 240 of file EventEntry.php.

getWhere ( )

Definition at line 255 of file EventEntry.php.

getWho ( )

Definition at line 270 of file EventEntry.php.

setComments ( value)
Parameters:
array$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 324 of file EventEntry.php.

setEntryLink ( value)

Set the child's EntryLink element.

Parameters:
Zend_Gdata_Extension_EntryLink$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Extension_Who The element being modified.

Definition at line 421 of file EventEntry.php.

setEventStatus ( value)
Parameters:
array$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 309 of file EventEntry.php.

setExtendedProperty ( value)
Parameters:
array$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 384 of file EventEntry.php.

setOriginalEvent ( value)
Parameters:
Zend_Gdata_Extension_OriginalEvent$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 399 of file EventEntry.php.

setRecurrence ( value)
Parameters:
array$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 294 of file EventEntry.php.

setRecurrenceException ( value)
Parameters:
array$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 369 of file EventEntry.php.

setTransparency ( value)
Parameters:
Zend_Gdata_Transparency$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 339 of file EventEntry.php.

setVisibility ( value)
Parameters:
Zend_Gdata_Visibility$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 354 of file EventEntry.php.

setWhen ( value)
Parameters:
array$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 249 of file EventEntry.php.

setWhere ( value)
Parameters:
array$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 264 of file EventEntry.php.

setWho ( value)
Parameters:
array$value
Returns:
Zend_Gdata_Kind_EventEntry Provides a fluent interface

Definition at line 279 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_Entry.

Reimplemented in Zend_Gdata_Calendar_EventEntry.

Definition at line 168 of file EventEntry.php.

Here is the call graph for this function:


Field Documentation

$_comments = null [protected]

Definition at line 105 of file EventEntry.php.

$_entryLink = null [protected]

Definition at line 111 of file EventEntry.php.

$_eventStatus = null [protected]

Definition at line 104 of file EventEntry.php.

$_extendedProperty = array() [protected]

Definition at line 109 of file EventEntry.php.

$_originalEvent = null [protected]

Definition at line 110 of file EventEntry.php.

$_recurrence = null [protected]

Definition at line 103 of file EventEntry.php.

$_recurrenceException = array() [protected]

Definition at line 108 of file EventEntry.php.

$_transparency = null [protected]

Definition at line 106 of file EventEntry.php.

$_visibility = null [protected]

Definition at line 107 of file EventEntry.php.

$_when = array() [protected]

Definition at line 101 of file EventEntry.php.

$_where = array() [protected]

Definition at line 102 of file EventEntry.php.

$_who = array() [protected]

Definition at line 100 of file EventEntry.php.


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