$fieldsets->data()
Getter and setter for the data
$fieldsets->data(array|null $data = null): array|Kirby\Cms\Fieldsets
Parameters
Name | Type | Default |
---|---|---|
$data | array ornull |
null
|
Return types
array
orKirby\Cms\Fieldsets
This method modifies the existing $
object it is applied to and returns it again.
Parent class
Kirby\Cms\Fieldsets
inherited from Kirby\Toolkit\Collection