Skip to content

Kirby 5.0.4

$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.

Parent class

Kirby\Toolkit\Collection