from = $from; $this->to = $to; } /** * Get From * * @return int|null * @codeCoverageIgnore */ public function getFrom() { return $this->from; } /** * Get To * * @return int|null * @codeCoverageIgnore */ public function getTo() { return $this->to; } }