Kint
extends BaseConfig
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
Table of Contents
- $cliColors : mixed
- $cliDetectWidth : mixed
- $cliForceUTF8 : mixed
- $cliMinWidth : mixed
- $displayCalledFrom : mixed
- $expanded : mixed
- $maxDepth : mixed
- $plugins : mixed
- $registrars : array<string|int, mixed>
- An optional array of classes that will act as Registrars for rapidly setting config class properties.
- $richFolder : mixed
- $richObjectPlugins : mixed
- $richSort : mixed
- $richTabPlugins : mixed
- $richTheme : mixed
- $didDiscovery : bool
- Has module discovery happened yet?
- $moduleConfig : Modules
- The modules configuration.
- __construct() : mixed
- Will attempt to get environment variables with names that match the properties of the child class.
- getEnvValue() : mixed
- Retrieve an environment-specific configuration setting
- initEnvValue() : mixed
- Initialization an environment-specific configuration setting
- registerProperties() : mixed
- Provides external libraries a simple way to register one or more options into a config file.
Properties
$cliColors
public
mixed
$cliColors
= true
$cliDetectWidth
public
mixed
$cliDetectWidth
= true
$cliForceUTF8
public
mixed
$cliForceUTF8
= false
$cliMinWidth
public
mixed
$cliMinWidth
= 40
$displayCalledFrom
public
mixed
$displayCalledFrom
= true
$expanded
public
mixed
$expanded
= false
$maxDepth
public
mixed
$maxDepth
= 6
$plugins
public
mixed
$plugins
= null
$registrars
An optional array of classes that will act as Registrars for rapidly setting config class properties.
public
static array<string|int, mixed>
$registrars
= []
$richFolder
public
mixed
$richFolder
= false
$richObjectPlugins
public
mixed
$richObjectPlugins
= null
$richSort
public
mixed
$richSort
= KintRendererRenderer::SORT_FULL
$richTabPlugins
public
mixed
$richTabPlugins
= null
$richTheme
public
mixed
$richTheme
= 'aante-light.css'
$didDiscovery
Has module discovery happened yet?
protected
static bool
$didDiscovery
= false
$moduleConfig
The modules configuration.
protected
static Modules
$moduleConfig
Methods
__construct()
Will attempt to get environment variables with names that match the properties of the child class.
public
__construct() : mixed
The "shortPrefix" is the lowercase-only config class name.
Return values
mixed —getEnvValue()
Retrieve an environment-specific configuration setting
protected
getEnvValue(string $property, string $prefix, string $shortPrefix) : mixed
Parameters
- $property : string
- $prefix : string
- $shortPrefix : string
Return values
mixed —initEnvValue()
Initialization an environment-specific configuration setting
protected
initEnvValue(mixed &$property, string $name, string $prefix, string $shortPrefix) : mixed
Parameters
- $property : mixed
- $name : string
- $prefix : string
- $shortPrefix : string
Return values
mixed —registerProperties()
Provides external libraries a simple way to register one or more options into a config file.
protected
registerProperties() : mixed