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

Public Member Functions

 __construct ($id=null, $href=null, $when=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getId ()
 setId ($value)
 getHref ()
 setHref ($value)
 getWhen ()
 setWhen ($value)

Protected Member Functions

 takeAttributeFromDOM ($attribute)
 takeChildFromDOM ($child)

Protected Attributes

 $_rootElement = 'originalEvent'
 $_id = null
 $_href = null
 $_when = null

Detailed Description

Definition at line 48 of file OriginalEvent.php.


Constructor & Destructor Documentation

__construct ( id = null,
href = null,
when = null 
)

Definition at line 56 of file OriginalEvent.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_App_Base.

Definition at line 64 of file OriginalEvent.php.

getHref ( )

Definition at line 119 of file OriginalEvent.php.

getId ( )

Definition at line 108 of file OriginalEvent.php.

getWhen ( )

Definition at line 130 of file OriginalEvent.php.

setHref ( value)

Definition at line 124 of file OriginalEvent.php.

setId ( value)

Definition at line 113 of file OriginalEvent.php.

setWhen ( value)

Definition at line 135 of file OriginalEvent.php.

takeAttributeFromDOM ( attribute) [protected]

Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.

Parameters:
DOMNode$attributeThe DOMNode attribute needed to be handled

Reimplemented from Zend_Gdata_App_Base.

Definition at line 79 of file OriginalEvent.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_App_Base.

Definition at line 93 of file OriginalEvent.php.

Here is the call graph for this function:


Field Documentation

$_href = null [protected]

Definition at line 53 of file OriginalEvent.php.

$_id = null [protected]

Definition at line 52 of file OriginalEvent.php.

$_rootElement = 'originalEvent' [protected]

Reimplemented from Zend_Gdata_App_Base.

Definition at line 51 of file OriginalEvent.php.

$_when = null [protected]

Definition at line 54 of file OriginalEvent.php.


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