toArray() : array
Get the instance as an array.
<?php namespace MiotApi\Util\Collection; interface Arrayable { /** * Get the instance as an array. * * @return array */ public function toArray(); }