FileRules::replace()
Validates if the file can be replaced
Parameters
Name | Type | Default |
---|---|---|
$file * | Kirby\Cms\File |
– |
$upload * | Kirby\Filesystem\File |
– |
Return type
bool
Exceptions
Type | Description |
---|---|
Kirby\Exception\PermissionException |
If the user is not allowed to replace the file |
Kirby\Exception\InvalidArgumentException |
If the file type of the new file is different |