$files->set()
Adds a new element to the collection
$files->set(array|string $key, Kirby\Cms\File|null $value = null): Kirby\Cms\Files
Parameters
| Name | Type | Default |
|---|---|---|
| $keyrequired | arrayorstring |
no default value |
| $value | Kirby\Cms\Fileornull |
null
|
Return type
This method modifies the existing $files object it is applied to and returns it again.
Parent class
Kirby\Cms\Files
inherited from Kirby\Toolkit\Collection