Skip to content

Kirby 3.5.7.1

FileRules::create()

Validates if the file can be created

FileRules::create(Kirby\Cms\File $file, Kirby\Image\Image $upload): bool

Parameters

Name Type Default
$file * Kirby\Cms\File
$upload * Kirby\Image\Image

Return type

bool

Exceptions

Type Description
Kirby\Exception\DuplicateException If a file with the same name exists
Kirby\Exception\PermissionException If the user is not allowed to create the file

Parent class

Kirby\Cms\FileRules