detail; } /** * participant id * * @return string */ public function getParticipantId() { return $this->participantId; } /** * get the status * returns an * array of Zend_Service_DeveloperGarden_ConferenceCall_ParticipantStatus * * @return array */ public function getStatus() { return $this->status; } }