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

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

Detailed Description

Definition at line 36 of file UpdateParticipantRequest.php.


Constructor & Destructor Documentation

__construct ( environment,
conferenceId,
participantId,
action = null,
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail participant = null 
)

constructor

Parameters:
integer$environment
string$conferenceId
string$participantId
integer$action
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail$participant

Definition at line 76 of file UpdateParticipantRequest.php.

Here is the call graph for this function:


Member Function Documentation

setAction ( action = null)

sets new action

Parameters:
integer$action
Returns:
Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest

Definition at line 117 of file UpdateParticipantRequest.php.

Here is the call graph for this function:

setConferenceId ( conferenceId)

set the conference id

Parameters:
string$conferenceId
Returns:
Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest

Definition at line 93 of file UpdateParticipantRequest.php.

Here is the caller graph for this function:

setParticipantId ( participantId)

set the participant id

Parameters:
string$participantId
Returns:
Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest

Definition at line 105 of file UpdateParticipantRequest.php.


Field Documentation

$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.


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