PHP Interface Bravo3\Orm\Traits\DebugInterface

Show file Open project: bravo3/orm

Public Methods

Method Description
debugLog ( string $msg ) : void Create a debug log
getDebugMode ( ) : boolean Get the state of the debug mode
setDebugMode ( boolean $mode ) : void Enable or disable debug mode

Method Details

debugLog() public method

Create a debug log
public debugLog ( string $msg ) : void
$msg string
return void

getDebugMode() public method

Get the state of the debug mode
public getDebugMode ( ) : boolean
return boolean

setDebugMode() public method

Enable or disable debug mode
public setDebugMode ( boolean $mode ) : void
$mode boolean
return void