Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_Request_ConferenceCall_NewParticipantRequest Class Reference
Inheritance diagram for Zend_Service_DeveloperGarden_Request_ConferenceCall_NewParticipantRequest:
Collaboration diagram for Zend_Service_DeveloperGarden_Request_ConferenceCall_NewParticipantRequest:

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

Detailed Description

Definition at line 36 of file NewParticipantRequest.php.


Constructor & Destructor Documentation

__construct ( environment,
conferenceId,
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail participant 
)

constructor

Parameters:
integer$environment
string$conferenceId
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail$participant

Definition at line 60 of file NewParticipantRequest.php.

Here is the call graph for this function:


Member Function Documentation

setConferenceId ( conferenceId)

set the conference id

Parameters:
string$conferenceId
Returns:
Zend_Service_DeveloperGarden_Request_ConferenceCall_NewParticipantRequest

Definition at line 74 of file NewParticipantRequest.php.

Here is the caller graph for this function:


Field Documentation

$conferenceId = null

Definition at line 44 of file NewParticipantRequest.php.

$participant = null

Definition at line 51 of file NewParticipantRequest.php.


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