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

Fonctions membres publiques

 __construct (array $params=array())
 
 render (Kint_Object $o)
 
 boxText ($text, $width)
 
 renderTitle (Kint_Object $o)
 
 renderHeader (Kint_Object $o)
 
 renderChildren (Kint_Object $o)
 
 colorValue ($string)
 
 colorType ($string)
 
 colorTitle ($string)
 
 postRender ()
 
 parserPlugins (array $plugins)
 
 ideLink ($file, $line)
 
 escape ($string, $encoding=false)
 
- Fonctions membres publiques hérités de Kint_Renderer
 matchPlugins (array $plugins, array $hints)
 
 preRender ()
 

Champs de données

 $header_width = 80
 
 $indent_width = 4
 

Attributs publics statiques

static $object_renderers
 
static $parser_plugin_whitelist
 
static $strlen_max = 0
 
static $default_width = 80
 
static $default_indent = 4
 
static $decorations = true
 

Fonctions membres protégées

 calledFrom ()
 
 getPlugin (array $plugins, array $hints)
 

Attributs protégés

 $plugin_objs = array()
 
 $previous_caller
 
 $callee
 
 $show_minitrace = true
 
- Attributs protégés hérités de Kint_Renderer
 $parameters
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( array  $parameters = array())

It's a constructor. It constructs.

Paramètres
array$parametersArray with initial kint state information

Réimplémentée à partir de Kint_Renderer.

Réimplémentée dans Kint_Renderer_Cli, et Kint_Renderer_Plain.

Documentation des fonctions membres

◆ boxText()

boxText (   $text,
  $width 
)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ calledFrom()

calledFrom ( )
protected

◆ colorTitle()

colorTitle (   $string)

Réimplémentée dans Kint_Renderer_Cli, et Kint_Renderer_Plain.

+ Voici le graphe des appelants de cette fonction :

◆ colorType()

colorType (   $string)

Réimplémentée dans Kint_Renderer_Cli, et Kint_Renderer_Plain.

+ Voici le graphe des appelants de cette fonction :

◆ colorValue()

colorValue (   $string)

Réimplémentée dans Kint_Renderer_Cli, et Kint_Renderer_Plain.

+ Voici le graphe des appelants de cette fonction :

◆ escape()

escape (   $string,
  $encoding = false 
)

Réimplémentée dans Kint_Renderer_Plain, et Kint_Renderer_Cli.

+ Voici le graphe des appelants de cette fonction :

◆ getPlugin()

getPlugin ( array  $plugins,
array  $hints 
)
protected
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ ideLink()

ideLink (   $file,
  $line 
)

Réimplémentée dans Kint_Renderer_Plain.

+ Voici le graphe d'appel pour cette fonction :

◆ parserPlugins()

parserPlugins ( array  $plugins)

Réimplémentée à partir de Kint_Renderer.

◆ postRender()

postRender ( )

Réimplémentée à partir de Kint_Renderer.

Réimplémentée dans Kint_Renderer_Plain, et Kint_Renderer_Cli.

+ Voici le graphe d'appel pour cette fonction :

◆ render()

render ( Kint_Object  $o)

Réimplémentée à partir de Kint_Renderer.

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

◆ renderChildren()

renderChildren ( Kint_Object  $o)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ renderHeader()

renderHeader ( Kint_Object  $o)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ renderTitle()

renderTitle ( Kint_Object  $o)

Réimplémentée dans Kint_Renderer_Cli, et Kint_Renderer_Plain.

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

Documentation des champs

◆ $callee

$callee
protected

◆ $decorations

$decorations = true
static

◆ $default_indent

$default_indent = 4
static

◆ $default_width

$default_width = 80
static

◆ $header_width

$header_width = 80

◆ $indent_width

$indent_width = 4

◆ $object_renderers

$object_renderers
static
Valeur initiale :
= array(
'blacklist' => 'Kint_Renderer_Text_Blacklist',
'depth_limit' => 'Kint_Renderer_Text_DepthLimit',
'nothing' => 'Kint_Renderer_Text_Nothing',
'recursion' => 'Kint_Renderer_Text_Recursion',
'trace' => 'Kint_Renderer_Text_Trace',
)

◆ $parser_plugin_whitelist

$parser_plugin_whitelist
static
Valeur initiale :
= array(
'Kint_Parser_Blacklist',
'Kint_Parser_Stream',
'Kint_Parser_Trace',
)

Parser plugins must be instanceof one of these or it will be removed for performance reasons.

◆ $plugin_objs

$plugin_objs = array()
protected

◆ $previous_caller

$previous_caller
protected

◆ $show_minitrace

$show_minitrace = true
protected

◆ $strlen_max

$strlen_max = 0
static

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