$collection->data()
Getter and setter for the data
$collection->data(array $data = null): array|Kirby\Toolkit\CollectionParameters
| Name | Type | Default | 
|---|---|---|
| $data | array | null | 
Return type
array|Kirby\Toolkit\Collection
This method modifies the existing $collection object it is applied to and returns it again.