API - XOOPS 2.5.11 Beta 2
By monxoops.fr
PlainRenderer Class Reference
Inheritance diagram for PlainRenderer:
Collaboration diagram for PlainRenderer:

Public Member Functions

 __construct ()
 
 setCallInfo (array $info)
 
 setStatics (array $statics)
 
 setPreRender ($pre_render)
 
 getPreRender ()
 
 colorValue ($string)
 
 colorType ($string)
 
 colorTitle ($string)
 
 renderTitle (BasicObject $o)
 
 preRender ()
 
 postRender ()
 
 ideLink ($file, $line)
 
 escape ($string, $encoding=false)
 
- Public Member Functions inherited from TextRenderer
 __construct ()
 
 render (BasicObject $o)
 
 renderNothing ()
 
 boxText ($text, $width)
 
 renderTitle (BasicObject $o)
 
 renderHeader (BasicObject $o)
 
 renderChildren (BasicObject $o)
 
 colorValue ($string)
 
 colorType ($string)
 
 colorTitle ($string)
 
 postRender ()
 
 filterParserPlugins (array $plugins)
 
 ideLink ($file, $line)
 
 escape ($string, $encoding=false)
 
- Public Member Functions inherited from Renderer
 render (BasicObject $o)
 
 renderNothing ()
 
 setCallInfo (array $info)
 
 getCallInfo ()
 
 setStatics (array $statics)
 
 getStatics ()
 
 setShowTrace ($show_trace)
 
 getShowTrace ()
 
 matchPlugins (array $plugins, array $hints)
 
 filterParserPlugins (array $plugins)
 
 preRender ()
 
 postRender ()
 

Static Public Attributes

static $pre_render_sources
 
static $theme = 'plain.css'
 
static $disable_utf8 = false
 
static $needs_pre_render = true
 
static $always_pre_render = false
 
- Static Public Attributes inherited from TextRenderer
static $plugins
 
static $parser_plugin_whitelist
 
static $strlen_max = 0
 
static $default_width = 80
 
static $default_indent = 4
 
static $decorations = true
 
static $sort = self::SORT_NONE
 

Protected Member Functions

 utf8ToHtmlentity ($string)
 
- Protected Member Functions inherited from TextRenderer
 calledFrom ()
 
 getPlugin (array $plugins, array $hints)
 

Static Protected Member Functions

static renderJs ()
 
static renderCss ()
 

Protected Attributes

 $force_pre_render = false
 
 $pre_render
 
- Protected Attributes inherited from TextRenderer
 $plugin_objs = array()
 
- Protected Attributes inherited from Renderer
 $call_info = array()
 
 $statics = array()
 
 $show_trace = true
 

Additional Inherited Members

- Static Public Member Functions inherited from Renderer
static sortPropertiesFull (BasicObject $a, BasicObject $b)
 
- Data Fields inherited from TextRenderer
 $header_width = 80
 
 $indent_width = 4
 
- Data Fields inherited from Renderer
const SORT_NONE = 0
 
const SORT_VISIBILITY = 1
 
const SORT_FULL = 2
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Reimplemented from TextRenderer.

Here is the call graph for this function:

Member Function Documentation

◆ colorTitle()

colorTitle (   $string)

Reimplemented from TextRenderer.

◆ colorType()

colorType (   $string)

Reimplemented from TextRenderer.

◆ colorValue()

colorValue (   $string)

Reimplemented from TextRenderer.

◆ escape()

escape (   $string,
  $encoding = false 
)

Reimplemented from TextRenderer.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getPreRender()

getPreRender ( )

◆ ideLink()

ideLink (   $file,
  $line 
)

Reimplemented from TextRenderer.

Here is the call graph for this function:

◆ postRender()

postRender ( )

Reimplemented from TextRenderer.

Here is the call graph for this function:

◆ preRender()

preRender ( )

Reimplemented from Renderer.

◆ renderCss()

static renderCss ( )
staticprotected

◆ renderJs()

static renderJs ( )
staticprotected

◆ renderTitle()

renderTitle ( BasicObject  $o)

Reimplemented from TextRenderer.

Here is the call graph for this function:

◆ setCallInfo()

setCallInfo ( array  $info)

Reimplemented from Renderer.

Here is the call graph for this function:

◆ setPreRender()

setPreRender (   $pre_render)
Here is the caller graph for this function:

◆ setStatics()

setStatics ( array  $statics)

Reimplemented from Renderer.

Here is the call graph for this function:

◆ utf8ToHtmlentity()

utf8ToHtmlentity (   $string)
protected
Here is the caller graph for this function:

Field Documentation

◆ $always_pre_render

$always_pre_render = false
static

◆ $disable_utf8

$disable_utf8 = false
static

◆ $force_pre_render

$force_pre_render = false
protected

◆ $needs_pre_render

$needs_pre_render = true
static

◆ $pre_render

$pre_render
protected

◆ $pre_render_sources

$pre_render_sources
static
Initial value:
= array(
'script' => array(
array('Kint\\Renderer\\PlainRenderer', 'renderJs'),
array('Kint\\Renderer\\Text\\MicrotimePlugin', 'renderJs'),
),
'style' => array(
array('Kint\\Renderer\\PlainRenderer', 'renderCss'),
),
'raw' => array(),
)

◆ $theme

$theme = 'plain.css'
static

The documentation for this class was generated from the following file: