from = $from; $this->to = $to; } public function getFrom(): string { return $this->from; } public function getTo(): string { return $this->to; } }