Item Type
Item Name
Search file in folder and subfolders...
<?php namespace Tightenco\Collect\Contracts\Support; interface Arrayable { /** * Get the instance as an array. * * @return array */ public function toArray(); }