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 |