[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Extension/ -> Who.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 299 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Extension_Who:: (15 methods):
  __construct()
  getDOM()
  takeAttributeFromDOM()
  takeChildFromDOM()
  __toString()
  getValueString()
  setValueString()
  getEmail()
  setEmail()
  getRel()
  setRel()
  getAttendeeStatus()
  setAttendeeStatus()
  getAttendeeType()
  setAttendeeType()


Class: Zend_Gdata_Extension_Who  - X-Ref

Data model class to represent a participant

__construct($email = null, $rel = null, $valueString = null,$attendeeStatus = null, $attendeeType = null, $entryLink = null)   X-Ref
Constructs a new Zend_Gdata_Extension_Who object.

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

getDOM($doc = null, $majorVersion = 1, $minorVersion = null)   X-Ref
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.

param: DOMDocument $doc The DOMDocument used to construct DOMElements
return: DOMElement The DOMElement representing this element and all

takeAttributeFromDOM($attribute)   X-Ref
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.

param: DOMNode $attribute The DOMNode attribute needed to be handled

takeChildFromDOM($child)   X-Ref
Creates individual Entry objects of the appropriate type and
stores them as members of this entry based upon DOM data.

param: DOMNode $child The DOMNode to process

__toString()   X-Ref
Retrieves a human readable string describing this attribute's value.

return: string The attribute value.

getValueString()   X-Ref
Get the value for this element's ValueString attribute.

return: string The requested attribute.

setValueString($value)   X-Ref
Set the value for this element's ValueString attribute.

param: string $value The desired value for this attribute.
return: Zend_Gdata_Extension_Who The element being modified.

getEmail()   X-Ref
Get the value for this element's Email attribute.

return: string The requested attribute.

setEmail($value)   X-Ref
Set the value for this element's Email attribute.

param: string $value The desired value for this attribute.
return: Zend_Gdata_Extension_Who The element being modified.

getRel()   X-Ref
Get the value for this element's Rel attribute.

return: string The requested attribute.

setRel($value)   X-Ref
Set the value for this element's Rel attribute.

param: string $value The desired value for this attribute.
return: Zend_Gdata_Extension_Who The element being modified.

getAttendeeStatus()   X-Ref
Get this entry's AttendeeStatus element.

return: Zend_Gdata_Extension_AttendeeStatus The requested entry.

setAttendeeStatus($value)   X-Ref
Set the child's AttendeeStatus element.

param: Zend_Gdata_Extension_AttendeeStatus $value The desired value for this attribute.
return: Zend_Gdata_Extension_Who The element being modified.

getAttendeeType()   X-Ref
Get this entry's AttendeeType element.

return: Zend_Gdata_Extension_AttendeeType The requested entry.

setAttendeeType($value)   X-Ref
Set the child's AttendeeType element.

param: Zend_Gdata_Extension_AttendeeType $value The desired value for this attribute.
return: Zend_Gdata_Extension_Who The element being modified.



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1