Skip to content

Kirby 4.2.0

$options->data()

Getter and setter for the data

$options->data(?array $data = null): array|Kirby\Option\Options

Parameters

Name Type Default
$data array|null null

Return type

array|Kirby\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