◆ composerGetDisableHelperFunctions()
static composerGetDisableHelperFunctions |
( |
| ) |
|
|
static |
◆ composerGetExtras()
static composerGetExtras |
( |
|
$key = 'kint' | ) |
|
|
static |
◆ dump()
static dump |
( |
|
$data = null | ) |
|
|
static |
Dump information about variables, accepts any number of parameters, supports modifiers:.
clean up any output before kint and place the dump at the top of page:
expand all nodes on display: ! Kint::dump()
dump variables disregarding their depth:
return output instead of displaying it:
@ Kint::dump()
force output as plain text ~ Kint::dump()
Modifiers are supported by all dump wrapper functions, including Kint::trace(). Space is optional.
- Paramètres
-
- Renvoie
- int|string
Réimplémentée dans Debug.
◆ dumpArray()
static dumpArray |
( |
array |
$data, |
|
|
array |
$names = null |
|
) |
| |
|
static |
Dumps an array as separate values, and uses $names to seed the parser.
- Paramètres
-
array | $data | Data to be dumped |
| array[Kint_Object]|null | $names Array of Kint_Object to seed the parser with |
◆ getCalleeInfo()
static getCalleeInfo |
( |
|
$trace, |
|
|
|
$num_params |
|
) |
| |
|
staticprivate |
returns parameter names that the function was passed, as well as any predefined symbols before function call (modifiers).
- Paramètres
-
- Renvoie
- array($params, $modifiers, $callee, $caller, $miniTrace)
◆ getIdeLink()
static getIdeLink |
( |
|
$file, |
|
|
|
$line |
|
) |
| |
|
static |
◆ settings()
static settings |
( |
array |
$settings = null | ) |
|
|
static |
Stashes or sets all settings at once.
- Paramètres
-
array | null | $settings | Array of all settings to be set or null to set none |
- Renvoie
- array Current settings
◆ shortenPath()
static shortenPath |
( |
|
$file | ) |
|
|
static |
generic path display callback, can be configured in app_root_dirs; purpose is to show relevant path info and hide as much of the path as possible.
- Paramètres
-
- Renvoie
- string
◆ trace()
static trace |
( |
|
$trace = null | ) |
|
|
static |
Prints a debug backtrace, same as Kint::dump(1).
- Paramètres
-
array | $trace | [OPTIONAL] you can pass your own trace, otherwise, debug_backtrace will be called |
- Renvoie
- mixed
◆ $aliases
Valeur initiale := array(
array('Kint', 'dump'),
array('Kint', 'trace'),
array('Kint', 'dumpArray'),
)
◆ $app_root_dirs
◆ $cli_detection
◆ $display_called_from
$display_called_from = true |
|
static |
◆ $dump_array
◆ $enabled_mode
◆ $expanded
◆ $file_link_format
◆ $max_depth
◆ $mode_default
$mode_default = self::MODE_RICH |
|
static |
◆ $mode_default_cli
$mode_default_cli = self::MODE_CLI |
|
static |
◆ $names
◆ $plugin_pool
◆ $plugins
Valeur initiale := array(
'Kint_Parser_Base64',
'Kint_Parser_Blacklist',
'Kint_Parser_ClassMethods',
'Kint_Parser_ClassStatics',
'Kint_Parser_Closure',
'Kint_Parser_Color',
'Kint_Parser_DateTime',
'Kint_Parser_FsPath',
'Kint_Parser_Iterator',
'Kint_Parser_Json',
'Kint_Parser_Microtime',
'Kint_Parser_SimpleXMLElement',
'Kint_Parser_SplFileInfo',
'Kint_Parser_SplObjectStorage',
'Kint_Parser_Stream',
'Kint_Parser_Table',
'Kint_Parser_Throwable',
'Kint_Parser_Timestamp',
'Kint_Parser_ToString',
'Kint_Parser_Trace',
'Kint_Parser_Xml',
)
◆ $renderers
Valeur initiale := array(
self::MODE_RICH => 'Kint_Renderer_Rich',
self::MODE_PLAIN => 'Kint_Renderer_Plain',
self::MODE_TEXT => 'Kint_Renderer_Text',
self::MODE_CLI => 'Kint_Renderer_Cli',
)
◆ $return
◆ MODE_CLI
◆ MODE_PLAIN
◆ MODE_RICH
◆ MODE_TEXT
La documentation de cette classe a été générée à partir du fichier suivant :
- XoopsCore25-2.5.11-Beta1/htdocs/class/libraries/vendor/kint-php/kint/src/Kint.php