trait HasParameters

Methods

void
specifyParameters()

Specify the arguments and options on the command.

array
getArguments()

Get the console command arguments.

array
getOptions()

Get the console command options.

Details

at line 15
protected void specifyParameters()

Specify the arguments and options on the command.

Return Value

void

at line 40
protected array getArguments()

Get the console command arguments.

Return Value

array

at line 48
protected array getOptions()

Get the console command options.

Return Value

array