collection()
collection(\Traversable|array $items) : \Cake\Collection\Collection
Returns a new Cake\Collection\Collection object wrapping the passed argument.
Parameters
\Traversable|array | $items | The items from which the collection will be built. |