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