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