title = $title; $this->authors = $authors; $this->content = $content; $this->reasoning = $reasoning; } } /** */ function empty_() : entity { return (new entity( '', [], '', null, )); }