add(mixed $mVariable, string $sVariableDescription) : void
| inherited_from | \cDebugFile::add() |
|---|
mixed
string
getInstance() : void
| inherited_from | \cDebugFile::getInstance() |
|---|
out($msg)
| inherited_from | \cDebugFile::out() |
|---|
reset() : void
| inherited_from | \cDebugFile::reset() |
|---|
show(mixed $mVariable, string $sVariableDescription, boolean $bExit) : void
| inherited_from | \cDebugFile::show() |
|---|
mixedThe variable to be displayed
stringThe variable's name or description
booleanIf set to true, your app will die() after output of current var
showAll() : string
| inherited_from | \cDebugFile::showAll() |
|---|
stringHere an empty string__construct() : void
| deprecated | Class was renamed to cDebugFile |
|---|
$_instance
| inherited_from | \cDebugFile::$$_instance |
|---|
$_sFileName
| inherited_from | \cDebugFile::$$_sFileName |
|---|
$_sPathToFile
| inherited_from | \cDebugFile::$$_sPathToFile |
|---|
$_sPathToLogs
| inherited_from | \cDebugFile::$$_sPathToLogs |
|---|