Skip to content

Kirby 4.1.2

new Kirby()

Creates a new App instance

new Kirby(array $props = [ ], bool $setInstance = true)

Parameters

Name Type Default Description
$props array [ ]
$setInstance bool true If false, the instance won't be set globally

Parent class

Kirby\Cms\App