|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($environment, $conferenceId, $participantId) | |
| setConferenceId ($conferenceId) | |
| setParticipantId ($participantId) | |
Data Fields | |
| $conferenceId = null | |
| $participantId = null | |
Definition at line 36 of file GetParticipantStatusRequest.php.
| __construct | ( | $ | environment, |
| $ | conferenceId, | ||
| $ | participantId | ||
| ) |
constructor
| integer | $environment | |
| string | $conferenceId | |
| string | $participantId |
Definition at line 60 of file GetParticipantStatusRequest.php.

| setConferenceId | ( | $ | conferenceId | ) |
set the conference id
| string | $conferenceId |
Definition at line 73 of file GetParticipantStatusRequest.php.

| setParticipantId | ( | $ | participantId | ) |
set the participant id
| string | $participantId |
Definition at line 85 of file GetParticipantStatusRequest.php.
| $conferenceId = null |
Definition at line 44 of file GetParticipantStatusRequest.php.
| $participantId = null |
Definition at line 51 of file GetParticipantStatusRequest.php.