Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
handle ( ) : integer | Execute the console command. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. |
protected getArguments ( ) : array | ||
return | array |
protected string $description | ||
return | string |