Skip to content

Kirby 4.1.2

$fieldsets->set()

Adds a new element to the collection

$fieldsets->set(mixed $key, mixed $value = null): Kirby\Cms\Fieldsets

Parameters

Name Type Default Description
$key * mixed string or array
$value mixed null

Return type

Kirby\Cms\Fieldsets

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

Parent class

Kirby\Cms\Fieldsets inherited from Kirby\Toolkit\Collection