Skip to content

Kirby 3.5.7.1

$items->set()

Adds a new element to the collection

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

Parameters

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

Return type

Kirby\Cms\Items

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

Parent class

Kirby\Cms\Items inherited from Kirby\Toolkit\Collection