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

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getAccessLevel ()
 setAccessLevel ($value)
 getColor ()
 setColor ($value)
 getHidden ()
 setHidden ($value)
 getSelected ()
 setSelected ($value)
 getTimezone ()
 setTimezone ($value)
 getWhere ()
 setWhere ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_color = null
 $_accessLevel = null
 $_hidden = null
 $_selected = null
 $_timezone = null
 $_where = array()

Detailed Description

Definition at line 75 of file ListEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a Feed or Entry

Reimplemented from Zend_Gdata_Entry.

Definition at line 85 of file ListEntry.php.

Here is the call graph for this function:


Member Function Documentation

Definition at line 157 of file ListEntry.php.

getColor ( )

Definition at line 171 of file ListEntry.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.

Definition at line 91 of file ListEntry.php.

getHidden ( )

Definition at line 186 of file ListEntry.php.

Definition at line 201 of file ListEntry.php.

Definition at line 216 of file ListEntry.php.

getWhere ( )

Definition at line 231 of file ListEntry.php.

setAccessLevel ( value)
Parameters:
Zend_Gdata_Calendar_Extension_AccessLevel$value
Returns:
Zend_Gdata_Extension_ListEntry Provides a fluent interface

Definition at line 166 of file ListEntry.php.

setColor ( value)
Parameters:
Zend_Gdata_Calendar_Extension_Color$value
Returns:
Zend_Gdata_Extension_ListEntry Provides a fluent interface

Definition at line 180 of file ListEntry.php.

setHidden ( value)
Parameters:
Zend_Gdata_Calendar_Extension_Hidden$value
Returns:
Zend_Gdata_Extension_ListEntry Provides a fluent interface

Definition at line 195 of file ListEntry.php.

setSelected ( value)
Parameters:
Zend_Gdata_Calendar_Extension_Selected$value
Returns:
Zend_Gdata_Extension_ListEntry Provides a fluent interface

Definition at line 210 of file ListEntry.php.

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

Definition at line 225 of file ListEntry.php.

setWhere ( value)
Parameters:
Zend_Gdata_Extension_Where$value
Returns:
Zend_Gdata_Extension_ListEntry Provides a fluent interface

Definition at line 240 of file ListEntry.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.

Definition at line 117 of file ListEntry.php.

Here is the call graph for this function:


Field Documentation

$_accessLevel = null [protected]

Definition at line 79 of file ListEntry.php.

$_color = null [protected]

Definition at line 78 of file ListEntry.php.

$_hidden = null [protected]

Definition at line 80 of file ListEntry.php.

$_selected = null [protected]

Definition at line 81 of file ListEntry.php.

$_timezone = null [protected]

Definition at line 82 of file ListEntry.php.

$_where = array() [protected]

Definition at line 83 of file ListEntry.php.


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