$structure->data()
Getter and setter for the data
$structure->data(array|null $data = null): array|Kirby\Cms\Structure
Parameters
| Name | Type | Default |
|---|---|---|
| $data | arrayornull |
null
|
Return types
arrayorKirby\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