publishedAt = new \DateTime(); } public function jsonSerialize(): array { return [ "id" => $this->getId(), "publishedBy" => $this->publishedBy->jsonSerialize(), "publishedAt" => $this->publishedAt->format(Parameter::DATE_TIME_FORMAT), "title" => $this->title, "text" => $this->text ]; } }