Methods

Add a Debug item to internal collection.

add(mixed $mVariable, string $sVariableDescription) : \void;
Inherited
inherited_from \cDebugVisibleAdv::add()

Parameters

$mVariable

mixed

$sVariableDescription

string

Returns

\void;

Implemenation of Countable interface

count() : int
Inherited
inherited_from \cDebugVisibleAdv::count()

Returns

int

static

getInstance() 
Static

Writes a line

out($msg) 

Parameters

$msg

Reset internal collection with Debug items.

reset() : void
Inherited
inherited_from \cDebugVisibleAdv::reset()

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
Inherited
inherited_from \cDebugVisibleAdv::showAll()

Constructor

__construct() 

Prepares Debug item value for output as string representation.

_prepareValue(mixed $mValue) : string
Inherited
inherited_from \cDebugVisibleAdv::_prepareValue()

Parameters

$mValue

mixed

Returns

string

 Properties

 

$_instance 
 

$_aItems 
 

$_buffer 
 

$_filePathName