XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Kint
+ Graphe d'héritage de Kint:

Fonctions membres publiques statiques

static settings (array $settings=null)
 
static trace ($trace=null)
 
static dumpArray (array $data, array $names=null)
 
static dump ($data=null)
 
static shortenPath ($file)
 
static getIdeLink ($file, $line)
 
static composerGetExtras ($key='kint')
 
static composerGetDisableHelperFunctions ()
 

Champs de données

const MODE_RICH = 'r'
 
const MODE_TEXT = 't'
 
const MODE_CLI = 'c'
 
const MODE_PLAIN = 'p'
 

Attributs publics statiques

static $enabled_mode = true
 
static $mode_default = self::MODE_RICH
 
static $mode_default_cli = self::MODE_CLI
 
static $return
 
static $file_link_format = ''
 
static $display_called_from = true
 
static $app_root_dirs = array()
 
static $max_depth = 6
 
static $expanded = false
 
static $cli_detection = true
 
static $aliases
 
static $renderers
 
static $plugins
 

Fonctions membres privées statiques

static getCalleeInfo ($trace, $num_params)
 

Attributs privés statiques

static $plugin_pool = array()
 
static $dump_array = false
 
static $names = array()
 

Documentation des fonctions membres

◆ composerGetDisableHelperFunctions()

static composerGetDisableHelperFunctions ( )
static
+ Voici le graphe d'appel pour cette fonction :

◆ composerGetExtras()

static composerGetExtras (   $key = 'kint')
static
+ Voici le graphe des appelants de cette fonction :

◆ 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
mixed$data
Renvoie
int|string

Réimplémentée dans Debug.

+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ 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$dataData to be dumped
array[Kint_Object]|null$names Array of Kint_Object to seed the parser with
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ 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
array$trace
Renvoie
array($params, $modifiers, $callee, $caller, $miniTrace)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ getIdeLink()

static getIdeLink (   $file,
  $line 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ settings()

static settings ( array  $settings = null)
static

Stashes or sets all settings at once.

Paramètres
array | null$settingsArray of all settings to be set or null to set none
Renvoie
array Current settings
+ Voici le graphe des appelants de cette fonction :

◆ 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
string$file
Renvoie
string
+ Voici le graphe des appelants de cette fonction :

◆ 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
+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $aliases

$aliases
static
Valeur initiale :
= array(
array('Kint', 'dump'),
array('Kint', 'trace'),
array('Kint', 'dumpArray'),
)

◆ $app_root_dirs

$app_root_dirs = array()
static

◆ $cli_detection

$cli_detection = true
static

◆ $display_called_from

$display_called_from = true
static

◆ $dump_array

$dump_array = false
staticprivate

◆ $enabled_mode

$enabled_mode = true
static

◆ $expanded

$expanded = false
static

◆ $file_link_format

$file_link_format = ''
static

◆ $max_depth

$max_depth = 6
static

◆ $mode_default

$mode_default = self::MODE_RICH
static

◆ $mode_default_cli

$mode_default_cli = self::MODE_CLI
static

◆ $names

$names = array()
staticprivate

◆ $plugin_pool

$plugin_pool = array()
staticprivate

◆ $plugins

$plugins
static
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

$renderers
static
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

$return
static

◆ MODE_CLI

const MODE_CLI = 'c'

◆ MODE_PLAIN

const MODE_PLAIN = 'p'

◆ MODE_RICH

const MODE_RICH = 'r'

◆ MODE_TEXT

const MODE_TEXT = 't'

La documentation de cette classe a été générée à partir du fichier suivant :