Skip to content

Kirby 3.5.7.1

$structure->data()

Getter and setter for the data

$structure->data(array $data = null): array|Kirby\Cms\Structure

Parameters

Name Type Default
$data array null

Return type

array|Kirby\Cms\Structure

This method modifies the existing $structure object it is applied to and returns it again.

Parent class

Kirby\Cms\Structure inherited from Kirby\Toolkit\Collection