PHP Class Jarves\Configuration\Logs

Inheritance: extends Model
Datei anzeigen Open project: jarves/jarves

Protected Properties

Property Type Description
$attributes
$clientInfo boolean
$deactivate boolean
$docBlock
$events boolean
$performance boolean
$stackTrace boolean

Public Methods

Method Description
getClientInfo ( ) : boolean
getDeactivate ( ) : boolean
getEvents ( ) : boolean
getPerformance ( ) : boolean
getStackTrace ( ) : boolean
isActive ( )
setClientInfo ( boolean $clientInfo )
setDeactivate ( boolean $deactivate )
setEvents ( boolean $events )
setPerformance ( boolean $performance )
setStackTrace ( boolean $stackTrace )

Method Details

getClientInfo() public method

public getClientInfo ( ) : boolean
return boolean

getDeactivate() public method

public getDeactivate ( ) : boolean
return boolean

getEvents() public method

public getEvents ( ) : boolean
return boolean

getPerformance() public method

public getPerformance ( ) : boolean
return boolean

getStackTrace() public method

public getStackTrace ( ) : boolean
return boolean

isActive() public method

public isActive ( )

setClientInfo() public method

public setClientInfo ( boolean $clientInfo )
$clientInfo boolean

setDeactivate() public method

public setDeactivate ( boolean $deactivate )
$deactivate boolean

setEvents() public method

public setEvents ( boolean $events )
$events boolean

setPerformance() public method

public setPerformance ( boolean $performance )
$performance boolean

setStackTrace() public method

public setStackTrace ( boolean $stackTrace )
$stackTrace boolean

Property Details

$attributes protected_oe property

protected $attributes

$clientInfo protected_oe property

protected bool $clientInfo
return boolean

$deactivate protected_oe property

protected bool $deactivate
return boolean

$docBlock protected_oe property

protected $docBlock

$events protected_oe property

protected bool $events
return boolean

$performance protected_oe property

protected bool $performance
return boolean

$stackTrace protected_oe property

protected bool $stackTrace
return boolean