setConferenceId($conferenceId) ->setParticipantId($participantId); } /** * set the conference id * * @param string $conferenceId * @return Zend_Service_DeveloperGarden_Request_ConferenceCall_RemoveParticipantRequest */ public function setConferenceId($conferenceId) { $this->conferenceId = $conferenceId; return $this; } /** * set the participant id * * @param string $participantId * @return Zend_Service_DeveloperGarden_Request_ConferenceCall_RemoveParticipantRequest */ public function setParticipantId($participantId) { $this->participantId = $participantId; return $this; } }