opens??null; } public function setOpens(Time|string $opens):void { if (is_string($opens)) { $opens = new Time($opens); } $this->opens = $opens; } }