|
Moodle
2.2.1
http://www.collinsharper.com
|


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 | |
Definition at line 98 of file EventEntry.php.
| getComments | ( | ) |
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.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_Entry.
Reimplemented in Zend_Gdata_Calendar_EventEntry.
Definition at line 113 of file EventEntry.php.
| getEntryLink | ( | ) |
Get this entry's EntryLink element.
Definition at line 410 of file EventEntry.php.
| getEventStatus | ( | ) |
Definition at line 300 of file EventEntry.php.
Definition at line 375 of file EventEntry.php.
| getOriginalEvent | ( | ) |
Definition at line 390 of file EventEntry.php.
| getRecurrence | ( | ) |
Definition at line 285 of file EventEntry.php.
Definition at line 360 of file EventEntry.php.
| getTransparency | ( | ) |
Definition at line 330 of file EventEntry.php.
| getVisibility | ( | ) |
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 | ) |
| array | $value |
Definition at line 324 of file EventEntry.php.
| setEntryLink | ( | $ | value | ) |
Set the child's EntryLink element.
| Zend_Gdata_Extension_EntryLink | $value | The desired value for this attribute. |
Definition at line 421 of file EventEntry.php.
| setEventStatus | ( | $ | value | ) |
| array | $value |
Definition at line 309 of file EventEntry.php.
| setExtendedProperty | ( | $ | value | ) |
| array | $value |
Definition at line 384 of file EventEntry.php.
| setOriginalEvent | ( | $ | value | ) |
| Zend_Gdata_Extension_OriginalEvent | $value |
Definition at line 399 of file EventEntry.php.
| setRecurrence | ( | $ | value | ) |
| array | $value |
Definition at line 294 of file EventEntry.php.
| setRecurrenceException | ( | $ | value | ) |
| array | $value |
Definition at line 369 of file EventEntry.php.
| setTransparency | ( | $ | value | ) |
| Zend_Gdata_Transparency | $value |
Definition at line 339 of file EventEntry.php.
| setVisibility | ( | $ | value | ) |
| Zend_Gdata_Visibility | $value |
Definition at line 354 of file EventEntry.php.
| setWhen | ( | $ | value | ) |
| array | $value |
Definition at line 249 of file EventEntry.php.
| setWhere | ( | $ | value | ) |
| array | $value |
Definition at line 264 of file EventEntry.php.
| setWho | ( | $ | value | ) |
| array | $value |
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.
| DOMNode | $child | The DOMNode needed to be handled |
Reimplemented from Zend_Gdata_Entry.
Reimplemented in Zend_Gdata_Calendar_EventEntry.
Definition at line 168 of file EventEntry.php.

$_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.