API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct () | |
colorValue ($string) | |
colorType ($string) | |
colorTitle ($string) | |
renderTitle (BasicObject $o) | |
preRender () | |
postRender () | |
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 | $cli_colors = true |
static | $force_utf8 = false |
static | $detect_width = true |
static | $min_terminal_width = 40 |
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 | |
utf8ToWindows ($string) | |
Protected Member Functions inherited from TextRenderer | |
calledFrom () | |
getPlugin (array $plugins, array $hints) | |
Protected Attributes | |
$windows_output = false | |
$colors = false | |
Protected Attributes inherited from TextRenderer | |
$plugin_objs = array() | |
Protected Attributes inherited from Renderer | |
$call_info = array() | |
$statics = array() | |
$show_trace = true | |
Static Protected Attributes | |
static | $terminal_width = null |
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 |
__construct | ( | ) |
Reimplemented from TextRenderer.
colorTitle | ( | $string | ) |
Reimplemented from TextRenderer.
colorType | ( | $string | ) |
Reimplemented from TextRenderer.
colorValue | ( | $string | ) |
Reimplemented from TextRenderer.
escape | ( | $string, | |
$encoding = false |
|||
) |
Reimplemented from TextRenderer.
postRender | ( | ) |
preRender | ( | ) |
Reimplemented from Renderer.
renderTitle | ( | BasicObject | $o | ) |
|
protected |
|
static |
|
protected |
|
static |
|
static |
|
static |
|
staticprotected |
|
protected |