Skip to content

Kirby 4.1.2

Kirby::instance()

Returns the current App instance

Kirby::instance(?self $instance = null, bool $lazy = false): Kirby\Cms\App|null

Parameters

Name Type Default Description
$instance self|null null
$lazy bool false If true, the instance is only returned if already existing

Return type

Kirby\Cms\App|null

Parent class

Kirby\Cms\App