Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

\Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
$participant= 'null'
conference participant

__construct(
integer $environment, string $conferenceId, string $participantId, integer $action
=
null, \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant
=
null
)
:
void
constructor
Name | Type | Description |
---|---|---|
$environment | integer | |
$conferenceId | string | |
$participantId | string | |
$action | integer | |
$participant | \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail |

setAction(
integer $action
=
null
)
:
\Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest
sets new action
Name | Type | Description |
---|---|---|
$action | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest |

setConferenceId(
string $conferenceId
)
:
\Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest
set the conference id
Name | Type | Description |
---|---|---|
$conferenceId | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest |

setParticipant(
\Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant
=
null
)
:
\Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest
sets new participant
Name | Type | Description |
---|---|---|
$participant | \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest |

setParticipantId(
string $participantId
)
:
\Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest
set the participant id
Name | Type | Description |
---|---|---|
$participantId | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_ConferenceCall_UpdateParticipantRequest |