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