toArray(); } /** * Returns the current entity as an array * * @return array */ public function toArray(): array { return get_object_vars($this); } }