Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The console command name. |
Метод | Описание | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
handle ( ) : void | Execute the console command. |
Метод | Описание | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. |
public __construct ( ) : void | ||
Результат | void |
protected getArguments ( ) : array | ||
Результат | array |
protected string $description | ||
Результат | string |
protected string $signature | ||
Результат | string |