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/10.x/Illuminate/Console/Concerns/HasParameters.html