trait Illuminate / Console / Concerns / HasParameters
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

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.