Bravo3\Orm\Traits\DebugTrait::getDebugMode PHP Method

getDebugMode() public method

Get the state of the debug mode
public getDebugMode ( ) : boolean
return boolean
    public function getDebugMode()
    {
        return $this->debug_mode;
    }