Methods

Add a Debug item to internal collection.

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

Parameters

$mVariable

mixed

$sVariableDescription

string

Returns

\void;

Implemenation of Countable interface

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

Returns

int

static

getInstance() 
InheritedStatic
inherited_from \cDebugFileAndVisAdv::getInstance()

Writes a line

out($msg) 
Inherited
inherited_from \cDebugFileAndVisAdv::out()

Parameters

$msg

Reset internal collection with Debug items.

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

Outputs contents of passed variable in a preformatted, readable way

show(mixed $mVariable, string $sVariableDescription, boolean $bExit) : void
Inherited
inherited_from \cDebugFileAndVisAdv::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()
inherited_from \cDebugFileAndVisAdv::showAll()

Constructor

__construct() 
deprecated Class was renamed to cDebugFileAndVisAdv

Prepares Debug item value for output as string representation.

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

Parameters

$mValue

mixed

Returns

string

 Properties

 

$_instance 
Inherited
inherited_from \cDebugFileAndVisAdv::$$_instance
 

$_aItems 
Inherited
inherited_from \cDebugFileAndVisAdv::$$_aItems
 

$_buffer 
Inherited
inherited_from \cDebugFileAndVisAdv::$$_buffer
 

$_filePathName 
Inherited
inherited_from \cDebugFileAndVisAdv::$$_filePathName