Skip to content

Kirby 5.2.3

new Image()

Constructor sets all file properties

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

Parameters

Name Type Default Description
$props arrayorstringornull null Properties or deprecated $root string
$url stringornull 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\Image\Image inherited from Kirby\Filesystem\File