Methods

Interface implementation

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

Parameters

$mVariable

mixed

$sVariableDescription

string

static

getInstance() : void
InheritedStatic
inherited_from \cDebugFile::getInstance()

out()

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

Parameters

$msg

Interface implementation

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

Outputs contents of passed variable in a preformatted, readable way

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

Interface implementation

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

Returns

stringHere an empty string

Constructor Opens filehandle for debug-logfile

__construct() : void
deprecated Class was renamed to cDebugFile

 Properties

 

$_instance 
Inherited
inherited_from \cDebugFile::$$_instance
 

$_sFileName 
Inherited
inherited_from \cDebugFile::$$_sFileName
 

$_sPathToFile 
Inherited
inherited_from \cDebugFile::$$_sPathToFile
 

$_sPathToLogs 
Inherited
inherited_from \cDebugFile::$$_sPathToLogs