Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The console command name. |
Méthode | Description | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
handle ( ) : void | Execute the console command. |
Méthode | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. |
public __construct ( ) : void | ||
Résultat | void |
protected getArguments ( ) : array | ||
Résultat | array |
protected string $description | ||
Résultat | string |
protected string $signature | ||
Résultat | string |