Skip to content

Kirby 4.1.2

$roles->set()

Adds a new element to the collection

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

Parameters

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

Return type

Kirby\Cms\Roles

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

Parent class

Kirby\Cms\Roles inherited from Kirby\Toolkit\Collection