$file->sanitizeContents()
Sanitizes the file contents depending on the file type by overwriting the file with the sanitized version
Parameters
Name | Type | Default | Description |
---|---|---|---|
$typeLazy | string |bool |
false |
Explicit sane handler type string,true for lazy autodetection orfalse for normal autodetection |
Exceptions
Type | Description |
---|---|
Kirby\Exception\InvalidArgumentException |
If the file didn't pass validation |
Kirby\Exception\LogicException |
If more than one handler applies |
Kirby\Exception\NotFoundException |
If the handler was not found |
Kirby\Exception\Exception |
On other errors |