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


Public Member Functions | |
| __construct ($environment, $conferenceId, $participantId, $action=null, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant=null) | |
| setConferenceId ($conferenceId) | |
| setParticipantId ($participantId) | |
| setAction ($action=null) | |
| setParticipant (Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant=null) | |
Data Fields | |
| $conferenceId = null | |
| $participantId = null | |
| $participant = null | |
| $action = null | |
Definition at line 36 of file UpdateParticipantRequest.php.
| __construct | ( | $ | environment, |
| $ | conferenceId, | ||
| $ | participantId, | ||
| $ | action = null, |
||
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $ | participant = null |
||
| ) |
constructor
| integer | $environment | |
| string | $conferenceId | |
| string | $participantId | |
| integer | $action | |
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail | $participant |
Definition at line 76 of file UpdateParticipantRequest.php.

| setAction | ( | $ | action = null | ) |
sets new action
| integer | $action |
Definition at line 117 of file UpdateParticipantRequest.php.

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

| setParticipant | ( | Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $ | participant = null | ) |
sets new participant
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail | $participant |
Definition at line 132 of file UpdateParticipantRequest.php.
| setParticipantId | ( | $ | participantId | ) |
set the participant id
| string | $participantId |
Definition at line 105 of file UpdateParticipantRequest.php.
| $action = null |
Definition at line 65 of file UpdateParticipantRequest.php.
| $conferenceId = null |
Definition at line 44 of file UpdateParticipantRequest.php.
| $participant = null |
Definition at line 58 of file UpdateParticipantRequest.php.
| $participantId = null |
Definition at line 51 of file UpdateParticipantRequest.php.