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


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' | |
Definition at line 43 of file ListFeed.php.
| __construct | ( | $ | element = null | ) |
Constructs a Feed or Entry
Reimplemented from Zend_Gdata_Feed.
Definition at line 61 of file ListFeed.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves the DOM model representing this object and all children
| DOMDocument | $doc |
Reimplemented from Zend_Gdata_Feed.
Definition at line 67 of file ListFeed.php.
| getTimezone | ( | ) |
Definition at line 91 of file ListFeed.php.
| setTimezone | ( | $ | value | ) |
| Zend_Gdata_Calendar_Extension_Timezone | $value |
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.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_Feed.
Definition at line 76 of file ListFeed.php.

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