$_aParameters
$_aParameters
Command line applications are designed to only be executed from the context of the command line.
Allows for easy addition and handling of command line parameters.
getLogger() : \Neuron\Log\Logger
__construct(\Neuron\Log\ILogger $Logger)
| \Neuron\Log\ILogger | $Logger |
addHandler(mixed $sSwitch, mixed $sDescription, mixed $method, bool|false $bParam)
| mixed | $sSwitch | |
| mixed | $sDescription | |
| mixed | $method | |
| bool|false | $bParam | Adds a handler for command line parameters. The switch is the parameter that causes the specified method to be called. If the bParam parameter is set to true, the token immediately follwing the switch on the command line will be passed as the parameter to the handler. |