Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
fire ( ) : mixed | Execute the console command. | |
getModules ( ) | ||
getRows ( ) : array | Get table rows. |
Method | Description | |
---|---|---|
getOptions ( ) : array | Get the console command options. |
protected getOptions ( ) : array | ||
return | array |
protected string $description | ||
return | string |