PHP Trait Bravo3\Orm\Traits\DebugTrait

Datei anzeigen Open project: bravo3/orm

Protected Properties

Property Type Description
$debug_mode

Public Methods

Method Description
getDebugMode ( ) : boolean Get the state of the debug mode
setDebugMode ( boolean $debug_mode ) : void Enable or disable debug mode

Method Details

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 $debug_mode ) : void
$debug_mode boolean
return void

Property Details

$debug_mode protected_oe property

protected $debug_mode