프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. | |
$procBuilder | object containing the symfony ProcessBuilder |
메소드 | 설명 | |
---|---|---|
__construct ( Symfony\Component\Process\ProcessBuilder $procBuilder = null ) : void | Create a new command instance. | |
fire ( ) : void | Execute the console command. |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
protected getArguments ( ) : array | ||
리턴 | array |