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


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

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

sets new participant
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail | $participant |
Definition at line 86 of file NewParticipantRequest.php.
| $conferenceId = null |
Definition at line 44 of file NewParticipantRequest.php.
| $participant = null |
Definition at line 51 of file NewParticipantRequest.php.