Methods
Add a Debug item to internal collection.
add(mixed $mVariable, string $sVariableDescription) : \void;
Parameters
$mVariable
mixed
$sVariableDescription
string
Returns
\void;
Implemenation of Countable interface
count() : int
Reset internal collection with Debug items.
reset() : void
Outputs contents of passed variable in a preformatted, readable way
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 die() after output of current var
Outputs all Debug items in collection to screen in a HTML Box at left top of page.
showAll() : void
Constructor
__construct()
Prepares Debug item value for output as string representation.
_prepareValue(mixed $mValue) : string
Parameters
$mValue
mixed
Returns
string
_useXDebug()
_useXDebug()
Properties