FileActions::create()
Creates a new file on disk and returns the File object. The store is used to handle file writing, so it can be replaced by any other way of generating files.
FileActions::create(array $props): Kirby\Cms\FileActions
Parameters
Name | Type | Default |
---|---|---|
$props * | array |
– |
Return type
Kirby\Cms\FileActions
Exceptions
Type | Description |
---|---|
Kirby\Exception\InvalidArgumentException |
|
Kirby\Exception\LogicException |
Parent class
Kirby\Cms\FileActions