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 | $entryLink | URL pointing to an associated entry (Contact kind) describing this person. |
Definition at line 73 of file Who.php.
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.
| 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 | $doc | The 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.
Get the value for this element's Email attribute.
- Returns:
- string The requested attribute.
Definition at line 216 of file Who.php.
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.
Set the value for this element's Email attribute.
- Parameters:
-
| string | $value | The desired value for this attribute. |
- Returns:
- Zend_Gdata_Extension_Who The element being modified.
Definition at line 227 of file Who.php.
Set the value for this element's Rel attribute.
- Parameters:
-
| string | $value | The desired value for this attribute. |
- Returns:
- Zend_Gdata_Extension_Who The element being modified.
Definition at line 249 of file Who.php.
Set the value for this element's ValueString attribute.
- Parameters:
-
| string | $value | The desired value for this attribute. |
- Returns:
- Zend_Gdata_Extension_Who The element being modified.
Definition at line 205 of file Who.php.
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 | $attribute | The DOMNode attribute needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 126 of file Who.php.
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
- Parameters:
-
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 149 of file Who.php.
Field Documentation
$_attendeeStatus = null [protected] |
$_attendeeType = null [protected] |
$_email = null [protected] |
$_entryLink = null [protected] |
$_rootElement = 'who' [protected] |
$_valueString = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Extension/Who.php