*/ public function jsonSerialize(): array { return [ 'date' => $this->date, 'time' => $this->time, 'datetime' => $this->datetime, ]; } }