Skip to content

Kirby 5.0.2

$languages->set()

Adds a new element to the collection

$languages->set(array|string $key, Kirby\Cms\Language|null $value = null): Kirby\Cms\Languages

Parameters

Name Type Default
$keyrequired arrayorstring no default value
$value Kirby\Cms\Languageornull null

Return type

Kirby\Cms\Languages

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

Parent class

Kirby\Cms\Languages inherited from Kirby\Toolkit\Collection