Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Data model class to represent a participant
$_attendeeStatus = 'null'
Details $_attendeeType = 'null'
Details $_email = 'null'
Details $_entryLink = 'null'
Details $_rel = 'null'
Details $_rootElement = 'who'
Details $_valueString = 'null'
Details__construct(
string $email
=
null, string $rel
=
null, string $valueString
=
null, Zend_Gdata_Extension_AttendeeStatus $attendeeStatus
=
null, Zend_Gdata_Extension_AttendeeType $attendeeType
=
null, string $entryLink
=
null
)
:
Constructs a new Zend_Gdata_Extension_Who object.
Details__toString(
)
:
stringRetrieves a human readable string describing this attribute's value.
DetailsgetAttendeeStatus(
)
:
Zend_Gdata_Extension_AttendeeStatusGet this entry's AttendeeStatus element.
DetailsgetAttendeeType(
)
:
Zend_Gdata_Extension_AttendeeTypeGet this entry's AttendeeType element.
DetailsgetDOM(
DOMDocument $doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
DOMElementRetrieves 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.
DetailsgetEmail(
)
:
stringGet the value for this element's Email attribute.
DetailsgetRel(
)
:
stringGet the value for this element's Rel attribute.
DetailsgetValueString(
)
:
stringGet the value for this element's ValueString attribute.
DetailssetAttendeeStatus(
Zend_Gdata_Extension_AttendeeStatus $value
)
:
Zend_Gdata_Extension_WhoSet the child's AttendeeStatus element.
DetailssetAttendeeType(
Zend_Gdata_Extension_AttendeeType $value
)
:
Zend_Gdata_Extension_WhoSet the child's AttendeeType element.
DetailssetEmail(
string $value
)
:
Zend_Gdata_Extension_WhoSet the value for this element's Email attribute.
DetailssetRel(
string $value
)
:
Zend_Gdata_Extension_WhoSet the value for this element's Rel attribute.
DetailssetValueString(
string $value
)
:
Zend_Gdata_Extension_WhoSet the value for this element's ValueString attribute.
DetailstakeAttributeFromDOM(
DOMNode $attribute
)
:
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.
DetailstakeChildFromDOM(
DOMNode $child
)
:
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
Details