order = $order; $this->voiceText = $voiceText; } public function getOrderModel() { return $this->order; } public function getVoiceText() { return $this->voiceText; } public function changeText($voiceText) { $this->voiceText = $voiceText; } }