Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. | |
$procBuilder | object containing the symfony ProcessBuilder |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\Process\ProcessBuilder $procBuilder = null ) : void | Create a new command instance. | |
fire ( ) : void | Execute the console command. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. |
public __construct ( Symfony\Component\Process\ProcessBuilder $procBuilder = null ) : void | ||
$procBuilder | Symfony\Component\Process\ProcessBuilder | |
return | void |
protected getArguments ( ) : array | ||
return | array |
protected getOptions ( ) : array | ||
return | array |
protected string $description | ||
return | string |