\NeuronApplicationBase

Class ApplicationBase

Summary

Methods
Properties
Constants
getLogger()
log()
isCommandLine()
__construct()
run()
No public properties found
No constants found
onStart()
onFinish()
onError()
onRun()
No protected properties found
N/A
No private methods found
$_Logger
N/A

Properties

$_Logger

$_Logger : 

Type

Methods

log()

log(  $s, integer  $iLevel = self::DEBUG) 

Parameters

$s
integer $iLevel

Writes to the log file. Defaults to debug mode. Data is only written to the log based on teh current run-level.

isCommandLine()

isCommandLine() : boolean

Returns

boolean

__construct()

__construct() 

run()

run() 

onStart()

onStart() 

onFinish()

onFinish() 

onError()

onError(\Exception  $ex) : boolean

Parameters

\Exception $ex

Returns

boolean

onRun()

onRun()