Skip to content

Kirby 4.2.0

new File()

Constructor sets all file properties

new File(array|string|null $props = null, ?string $url = null)

Parameters

Name Type Default Description
$props array|string|null null Properties or deprecated $root string
$url string|null null Deprecated argument, use $props['url'] instead

Exceptions

Type Description
Kirby\Exception\InvalidArgumentException When the model does not use the Kirby\Filesystem\IsFile trait

Parent class

Kirby\Filesystem\File