$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 | array orstring |
no default value |
$value | Kirby\Cms\File ornull |
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