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

Fonctions membres publiques

 __construct (array $params=array())
 
 render (Kint_Object $o)
 
 renderHeaderWrapper (Kint_Object $o, $has_children, $contents)
 
 renderHeader (Kint_Object $o)
 
 renderChildren (Kint_Object $o)
 
 preRender ()
 
 postRender ()
 
 escape ($string, $encoding=false)
 
- Fonctions membres publiques hérités de Kint_Renderer
 matchPlugins (array $plugins, array $hints)
 
 parserPlugins (array $plugins)
 

Attributs publics statiques

static $object_renderers
 
static $tab_renderers
 
static $pre_render_sources
 
static $access_paths = true
 
static $strlen_max = 80
 
static $theme = 'original.css'
 
static $escape_types = false
 

Fonctions membres protégées

 renderTab (Kint_Object $o, Kint_Object_Representation $rep)
 
 getPlugin (array $plugins, array $hints)
 
 ideLink ($file, $line)
 

Fonctions membres protégées statiques

static renderJs ()
 
static renderCss ()
 

Attributs protégés

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

Attributs protégés statiques

static $been_run = false
 

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.

Documentation des fonctions membres

◆ escape()

escape (   $string,
  $encoding = false 
)
+ Voici le graphe d'appel pour cette fonction :
+ 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 
)
protected
+ Voici le graphe d'appel pour cette fonction :

◆ postRender()

postRender ( )

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

◆ preRender()

preRender ( )

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

◆ 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 :

◆ renderCss()

static renderCss ( )
staticprotected

◆ renderHeader()

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

◆ renderHeaderWrapper()

renderHeaderWrapper ( Kint_Object  $o,
  $has_children,
  $contents 
)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ renderJs()

static renderJs ( )
staticprotected

◆ renderTab()

renderTab ( Kint_Object  $o,
Kint_Object_Representation  $rep 
)
protected
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $access_paths

$access_paths = true
static

◆ $auto_expand

$auto_expand = false
protected

◆ $been_run

$been_run = false
staticprotected

◆ $callee

$callee
protected

◆ $escape_types

$escape_types = false
static

◆ $file_link_format

$file_link_format = false
protected

◆ $mini_trace

$mini_trace
protected

◆ $mod_return

$mod_return = false
protected

◆ $object_renderers

$object_renderers
static
Valeur initiale :
= array(
'blacklist' => 'Kint_Renderer_Rich_Blacklist',
'callable' => 'Kint_Renderer_Rich_Callable',
'closure' => 'Kint_Renderer_Rich_Closure',
'color' => 'Kint_Renderer_Rich_Color',
'depth_limit' => 'Kint_Renderer_Rich_DepthLimit',
'nothing' => 'Kint_Renderer_Rich_Nothing',
'recursion' => 'Kint_Renderer_Rich_Recursion',
'simplexml_element' => 'Kint_Renderer_Rich_SimpleXMLElement',
'trace_frame' => 'Kint_Renderer_Rich_TraceFrame',
)

◆ $plugin_objs

$plugin_objs = array()
protected

◆ $pre_render_sources

$pre_render_sources
static
Valeur initiale :
= array(
'script' => array(
array('Kint_Renderer_Rich', 'renderJs'),
array('Kint_Renderer_Rich_Microtime', 'renderJs'),
),
'style' => array(
array('Kint_Renderer_Rich', 'renderCss'),
),
'raw' => array(),
)

◆ $previous_caller

$previous_caller
protected

◆ $show_minitrace

$show_minitrace = true
protected

◆ $strlen_max

$strlen_max = 80
static

◆ $tab_renderers

$tab_renderers
static
Valeur initiale :
= array(
'binary' => 'Kint_Renderer_Rich_Binary',
'color' => 'Kint_Renderer_Rich_ColorDetails',
'docstring' => 'Kint_Renderer_Rich_Docstring',
'microtime' => 'Kint_Renderer_Rich_Microtime',
'source' => 'Kint_Renderer_Rich_Source',
'table' => 'Kint_Renderer_Rich_Table',
'timestamp' => 'Kint_Renderer_Rich_Timestamp',
)

◆ $theme

$theme = 'original.css'
static

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