Skip to content

Kirby 5.1.2

$roles->set()

Adds a new element to the collection

$roles->set(array|string $key, Kirby\Cms\Role|null $value = null): Kirby\Cms\Roles

Parameters

Name Type Default
$keyrequired arrayorstring no default value
$value Kirby\Cms\Roleornull 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