HasParameters
trait HasParameters (View source)
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
protected void specifyParameters()
Specify the arguments and options on the command.
protected array getArguments()
Get the console command arguments.
protected array getOptions()
Get the console command options.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/6.x/Illuminate/Console/Concerns/HasParameters.html