Zend Framework
1.12
|
Public Member Functions | |
__construct ($email=null, $rel=null, $valueString=null, $attendeeStatus=null, $attendeeType=null, $entryLink=null) | |
Constructs a new Zend_Gdata_Extension_Who object. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves a DOMElement which corresponds to this element and all child properties. | |
__toString () | |
Retrieves a human readable string describing this attribute's value. | |
getValueString () | |
Get the value for this element's ValueString attribute. | |
setValueString ($value) | |
Set the value for this element's ValueString attribute. | |
getEmail () | |
Get the value for this element's Email attribute. | |
setEmail ($value) | |
Set the value for this element's Email attribute. | |
getRel () | |
Get the value for this element's Rel attribute. | |
setRel ($value) | |
Set the value for this element's Rel attribute. | |
getAttendeeStatus () | |
Get this entry's AttendeeStatus element. | |
setAttendeeStatus ($value) | |
Set the child's AttendeeStatus element. | |
getAttendeeType () | |
Get this entry's AttendeeType element. | |
setAttendeeType ($value) | |
Set the child's AttendeeType element. | |
![]() | |
__construct () | |
Protected Member Functions | |
takeAttributeFromDOM ($attribute) | |
Given a DOMNode representing an attribute, tries to map the data into instance members. | |
takeChildFromDOM ($child) | |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data. | |
Protected Attributes | |
$_rootElement = 'who' | |
$_email = null | |
$_rel = null | |
$_valueString = null | |
$_attendeeStatus = null | |
$_attendeeType = null | |
$_entryLink = null | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $email = null , |
|
$rel = null , |
|||
$valueString = null , |
|||
$attendeeStatus = null , |
|||
$attendeeType = null , |
|||
$entryLink = null |
|||
) |
Constructs a new Zend_Gdata_Extension_Who object.
string | (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. |
__toString | ( | ) |
Retrieves a human readable string describing this attribute's value.
getAttendeeStatus | ( | ) |
Get this entry's AttendeeStatus element.
getAttendeeType | ( | ) |
Get this entry's AttendeeType element.
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.
DOMDocument | $doc | The DOMDocument used to construct DOMElements |
getEmail | ( | ) |
Get the value for this element's Email attribute.
getRel | ( | ) |
Get the value for this element's Rel attribute.
getValueString | ( | ) |
Get the value for this element's ValueString attribute.
setAttendeeStatus | ( | $value | ) |
Set the child's AttendeeStatus element.
Zend_Gdata_Extension_AttendeeStatus | $value | The desired value for this attribute. |
setAttendeeType | ( | $value | ) |
Set the child's AttendeeType element.
Zend_Gdata_Extension_AttendeeType | $value | The desired value for this attribute. |
setEmail | ( | $value | ) |
Set the value for this element's Email attribute.
string | $value | The desired value for this attribute. |
setRel | ( | $value | ) |
Set the value for this element's Rel attribute.
string | $value | The desired value for this attribute. |
setValueString | ( | $value | ) |
Set the value for this element's ValueString attribute.
string | $value | The desired value for this 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.
DOMNode | $attribute | The DOMNode attribute needed to be handled |
|
protected |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
DOMNode | $child | The DOMNode to process |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |