Documentation

Kint
in package

-------------------------------------------------------------------------- Kint --------------------------------------------------------------------------

We use Kint's RichRenderer and CLIRenderer. This area contains options that you can set to customize how Kint works for you.

Tags
see
https://kint-php.github.io/kint/

for details on these settings.

Table of Contents

Properties

$cliColors  : bool
$cliDetectWidth  : bool
$cliForceUTF8  : bool
$cliMinWidth  : int
$displayCalledFrom  : bool
$expanded  : bool
$maxDepth  : int
$plugins  : array<int, ConstructablePluginInterface>|ConstructablePluginInterface>|null
$richFolder  : bool
$richObjectPlugins  : array<string, ValuePluginInterface>>|null
$richTabPlugins  : array<string, TabPluginInterface>>|null
$richTheme  : string

Properties

$cliColors

public bool $cliColors = true

$cliDetectWidth

public bool $cliDetectWidth = true

$cliForceUTF8

public bool $cliForceUTF8 = false

$cliMinWidth

public int $cliMinWidth = 40

$displayCalledFrom

public bool $displayCalledFrom = true

$expanded

public bool $expanded = false

$maxDepth

public int $maxDepth = 6

$plugins

public array<int, ConstructablePluginInterface>|ConstructablePluginInterface>|null $plugins

$richFolder

public bool $richFolder = false

$richObjectPlugins

public array<string, ValuePluginInterface>>|null $richObjectPlugins

$richTabPlugins

public array<string, TabPluginInterface>>|null $richTabPlugins

$richTheme

public string $richTheme = 'aante-light.css'

        
On this page

Search results