HasParameters
trait HasParameters (View source)
Методы
| void | specifyParameters() Укажите аргументы и параметры команды. | |
| array | getArguments() Получить аргументы команды консоли. | |
| array | getOptions() Получить параметры команды консоли. |
Подробности
protected void specifyParameters()
Укажите аргументы и параметры команды.
protected array getArguments()
Получить аргументы команды консоли.
protected array getOptions()
Получить параметры команды консоли.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/9.x/Illuminate/Console/Concerns/HasParameters.html