*/ interface ArrayableInterface { /** * Converts the object to an array. * * @return array Object as array */ public function toArray(); }