PHP Trait Bravo3\Orm\Traits\DebugTrait

Afficher le fichier Open project: bravo3/orm

Protected Properties

Свойство Type Description
$debug_mode

Méthodes publiques

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

Method Details

getDebugMode() public méthode

Get the state of the debug mode
public getDebugMode ( ) : boolean
Résultat boolean

setDebugMode() public méthode

Enable or disable debug mode
public setDebugMode ( boolean $debug_mode ) : void
$debug_mode boolean
Résultat void

Property Details

$debug_mode protected_oe property

protected $debug_mode