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