trait
Illuminate
/
Console
/
Concerns
/
HasParameters
You are viewing an older version of the documentation. For the latest, please visit master documentation.
HasParameters
Methods
protected
specifyParameters ( ) : void
Specify the arguments and options on the command.
protected
getArguments ( ) : array
Get the console command arguments.
protected
getOptions ( ) : array
Get the console command options.