Methods

Interface implementation

add(mixed $mVariable, string $sVariableDescription) : void

Parameters

$mVariable

mixed

$sVariableDescription

string

static

getInstance() 
Static

out()

out($msg) 

Parameters

$msg

Interface implementation

reset() : void

Outputs contents of passed variable to /dev/null

show(mixed $mVariable, string $sVariableDescription, boolean $bExit) : void

Parameters

$mVariable

mixed

The variable to be displayed

$sVariableDescription

string

The variable's name or description

$bExit

boolean

If set to true, your app will NOT die() after output of current var

Interface implementation

showAll() : string

Returns

stringHere an empty string

Constructor

__construct() 

 Properties

 

$_instance