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

Public Member Functions

 __construct ($email=null, $rel=null, $valueString=null, $attendeeStatus=null, $attendeeType=null, $entryLink=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 __toString ()
 getValueString ()
 setValueString ($value)
 getEmail ()
 setEmail ($value)
 getRel ()
 setRel ($value)
 getAttendeeStatus ()
 setAttendeeStatus ($value)
 getAttendeeType ()
 setAttendeeType ($value)

Protected Member Functions

 takeAttributeFromDOM ($attribute)
 takeChildFromDOM ($child)

Protected Attributes

 $_rootElement = 'who'
 $_email = null
 $_rel = null
 $_valueString = null
 $_attendeeStatus = null
 $_attendeeType = null
 $_entryLink = null

Detailed Description

Definition at line 53 of file Who.php.


Constructor & Destructor Documentation

__construct ( email = null,
rel = null,
valueString = null,
attendeeStatus = null,
attendeeType = null,
entryLink = null 
)

Constructs a new Zend_Gdata_Extension_Who object.

Parameters:
string$email(optional) Email address.
string$rel(optional) Relationship description.
string$valueString(optional) Simple string describing this person.
Zend_Gdata_Extension_AttendeeStatus$attendeeStatus(optional) The status of the attendee.
Zend_Gdata_Extension_AttendeeType$attendeeType(optional) The type of the attendee.
string$entryLinkURL pointing to an associated entry (Contact kind) describing this person.

Definition at line 73 of file Who.php.

Here is the call graph for this function:


Member Function Documentation

Retrieves a human readable string describing this attribute's value.

Returns:
string The attribute value.

Reimplemented from Zend_Gdata_App_Base.

Definition at line 179 of file Who.php.

Get this entry's AttendeeStatus element.

Returns:
Zend_Gdata_Extension_AttendeeStatus The requested entry.

Definition at line 260 of file Who.php.

Get this entry's AttendeeType element.

Returns:
Zend_Gdata_Extension_AttendeeType The requested entry.

Definition at line 282 of file Who.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_App_Base.

Definition at line 95 of file Who.php.

getEmail ( )

Get the value for this element's Email attribute.

Returns:
string The requested attribute.

Definition at line 216 of file Who.php.

getRel ( )

Get the value for this element's Rel attribute.

Returns:
string The requested attribute.

Definition at line 238 of file Who.php.

Get the value for this element's ValueString attribute.

Returns:
string The requested attribute.

Definition at line 194 of file Who.php.

setAttendeeStatus ( value)

Set the child's AttendeeStatus element.

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

Definition at line 271 of file Who.php.

setAttendeeType ( value)

Set the child's AttendeeType element.

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

Definition at line 293 of file Who.php.

setEmail ( value)

Set the value for this element's Email attribute.

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

Definition at line 227 of file Who.php.

setRel ( value)

Set the value for this element's Rel attribute.

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

Definition at line 249 of file Who.php.

setValueString ( value)

Set the value for this element's ValueString attribute.

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

Definition at line 205 of file Who.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 126 of file Who.php.

takeChildFromDOM ( child) [protected]

Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_App_Base.

Definition at line 149 of file Who.php.

Here is the call graph for this function:


Field Documentation

$_attendeeStatus = null [protected]

Definition at line 60 of file Who.php.

$_attendeeType = null [protected]

Definition at line 61 of file Who.php.

$_email = null [protected]

Definition at line 57 of file Who.php.

$_entryLink = null [protected]

Definition at line 62 of file Who.php.

$_rel = null [protected]

Definition at line 58 of file Who.php.

$_rootElement = 'who' [protected]

Reimplemented from Zend_Gdata_App_Base.

Definition at line 56 of file Who.php.

$_valueString = null [protected]

Definition at line 59 of file Who.php.


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