* @since 2.0 */ interface Arrayable { /** * Converts the object into an array. * @return array the array representation of this object */ public function toArray(); }