|
Moodle
2.2.1
http://www.collinsharper.com
|
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 | |
Definition at line 35 of file ParticipantDetail.php.
| __construct | ( | $ | firstName, |
| $ | lastName, | ||
| $ | number, | ||
| $ | email, | ||
| $ | isInitiator = false |
||
| ) |
constructor for participant object
| string | $firstName | |
| string | $lastName | |
| string | $number | |
| string | ||
| integer | $isInitiator |
Definition at line 71 of file ParticipantDetail.php.

| getEmail | ( | ) |
| getFirstName | ( | ) |
| getFlags | ( | ) |
| getLastName | ( | ) |
| getNumber | ( | ) |
| setEmail | ( | $ | ) |
| setFirstName | ( | $ | firstName | ) |
sets $firstName
| string | $firstName |
Definition at line 96 of file ParticipantDetail.php.

| setFlags | ( | $ | flags | ) |
sets $flags (ie, initiator flag)
| integer | $flags |
Definition at line 190 of file ParticipantDetail.php.
| setLastName | ( | $ | lastName | ) |
| setNumber | ( | $ | number | ) |
| $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.