$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 | array orstring |
no default value |
$value | Kirby\Cms\Language ornull |
null
|
Return type
This method modifies the existing $
object it is applied to and returns it again.
Parent class
Kirby\Cms\Languages
inherited from Kirby\Toolkit\Collection