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() 
InheritedStatic
inherited_from \cDebugVisibleAdv::getInstance()

Writes a line

out($sText) 
Inherited
see \interface.debug::out()
inherited_from \cDebugVisibleAdv::out()

Parameters

$sText

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

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() 
deprecated Class was renamed to cDebugVisibleAdv

Prepares Debug item value for output as string representation.

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

Parameters

$mValue

mixed

Returns

string

 Properties

 

$_aItems 
Inherited
inherited_from \cDebugVisibleAdv::$$_aItems
 

$_buffer 
Inherited
inherited_from \cDebugVisibleAdv::$$_buffer
 

$_instance 
Inherited
inherited_from \cDebugVisibleAdv::$$_instance