Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail Class Reference

Public Member Functions

 __construct ($firstName, $lastName, $number, $email, $isInitiator=false)
 getFirstName ()
 setFirstName ($firstName)
 getLastName ()
 setLastName ($lastName)
 getNumber ()
 setNumber ($number)
 getEmail ()
 setEmail ($email)
 getFlags ()
 setFlags ($flags)

Data Fields

 $firstName = null
 $lastName = null
 $number = null
 $email = null
 $flags = null

Detailed Description

Definition at line 35 of file ParticipantDetail.php.


Constructor & Destructor Documentation

__construct ( firstName,
lastName,
number,
email,
isInitiator = false 
)

constructor for participant object

Parameters:
string$firstName
string$lastName
string$number
string$email
integer$isInitiator

Definition at line 71 of file ParticipantDetail.php.

Here is the call graph for this function:


Member Function Documentation

getEmail ( )

returns the value of $email

Returns:
string

Definition at line 151 of file ParticipantDetail.php.

returns the value of $firstName

Returns:
string

Definition at line 85 of file ParticipantDetail.php.

getFlags ( )

returns the value of $flags

Returns:
integer

Definition at line 179 of file ParticipantDetail.php.

returns the value of $lastName

Returns:
string

Definition at line 107 of file ParticipantDetail.php.

getNumber ( )

returns the value of $number

Returns:
string

Definition at line 129 of file ParticipantDetail.php.

setEmail ( email)

sets $email

Parameters:
stringemail
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

Definition at line 162 of file ParticipantDetail.php.

setFirstName ( firstName)

sets $firstName

Parameters:
string$firstName
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

Definition at line 96 of file ParticipantDetail.php.

Here is the caller graph for this function:

setFlags ( flags)

sets $flags (ie, initiator flag)

Parameters:
integer$flags
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

Definition at line 190 of file ParticipantDetail.php.

setLastName ( lastName)

sets $lastName

Parameters:
string$lastName
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

Definition at line 118 of file ParticipantDetail.php.

setNumber ( number)

sets $number

Parameters:
string$number
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

Definition at line 140 of file ParticipantDetail.php.


Field Documentation

$email = null

Definition at line 55 of file ParticipantDetail.php.

$firstName = null

Definition at line 40 of file ParticipantDetail.php.

$flags = null

Definition at line 60 of file ParticipantDetail.php.

$lastName = null

Definition at line 45 of file ParticipantDetail.php.

$number = null

Definition at line 50 of file ParticipantDetail.php.


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