date = $date; $this->ranges = $ranges; } public function getDate(): Date { return $this->date; } /** * @return TimeRange[] */ public function getRanges(): array { return $this->ranges; } }