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