Methods

Interface implementation

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

Parameters

$mVariable

mixed

$sVariableDescription

string

static

getInstance() 
InheritedStatic
inherited_from \cDebugDevNull::getInstance()

out()

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

Parameters

$msg

Interface implementation

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

Outputs contents of passed variable to /dev/null

show(mixed $mVariable, string $sVariableDescription, boolean $bExit) : void
Inherited
inherited_from \cDebugDevNull::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 NOT die() after output of current var

Interface implementation

showAll() : string
Inherited
inherited_from \cDebugDevNull::showAll()

Returns

stringHere an empty string

Constructor

__construct() 
deprecated Class was renamed to cDebugDevNull

 Properties

 

$_instance 
Inherited
inherited_from \cDebugDevNull::$$_instance