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