$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
This method modifies the existing $languages object it is applied to and returns it again.
Parent class
Kirby\Cms\Languages
inherited from Kirby\Toolkit\Collection