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