Methods

Closes file handle upon destruction of object

__destruct() : void

access public

Interface implementation

add(mixed $mVariable, string $sVariableDescription) : void

access public

Parameters

$mVariable

mixed

$sVariableDescription

string

static

getInstance() : void

access public

Interface implementation

reset() : void

access public

Outputs contents of passed variable in a preformatted, readable way

show(mixed $mVariable, string $sVariableDescription, boolean $bExit) : void

access public

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

access public

Returns

stringHere an empty string

Constructor Opens filehandle for debug-logfile

__construct() : void

access private

 Properties

 

$_hFileHandle

$_hFileHandle 

 

$_instance

$_instance 

 

$_sFileName

$_sFileName 

 

$_sPathToFile

$_sPathToFile 

 

$_sPathToLogs

$_sPathToLogs