setTemplateId($templateId) ->setParticipantId($participantId); } /** * set the template id * * @param string $templateId * @return Zend_Service_DeveloperGarden_Request_ConferenceCall_GetConferenceTemplateParticipantRequest */ public function setTemplateId($templateId) { $this->templateId = $templateId; return $this; } /** * set the participant id * * @param string $participantId * @return Zend_Service_DeveloperGarden_Request_ConferenceCall_GetConferenceTemplateParticipantRequest */ public function setParticipantId($participantId) { $this->participantId = $participantId; return $this; } }