Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
__construct ( ) : void | Class constructor. | |
fire ( ) : void | Execute the console command. |
Method | Description | |
---|---|---|
getOptions ( ) : array | Get the console command options. | |
getPipelineDirectories ( ) : array | Get the pipeline directories of the groups. | |
purgeDir ( string $directory ) : boolean | Remove the contents of a given directory. |
protected getOptions ( ) : array | ||
return | array |
protected getPipelineDirectories ( ) : array | ||
return | array |
protected string $description | ||
return | string |