toNumber = $to_number; return $this; } public function getToNumber() { return $this->toNumber; } public function setTextBody($text_body) { $this->textBody = $text_body; return $this; } public function getTextBody() { return $this->textBody; } }