Property | Type | Description | |
---|---|---|---|
$infos | array |
Method | Description | |
---|---|---|
askJobCode ( Symfony\Component\Console\Output\OutputInterface $output, array $jobs ) : string | ||
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void |
Method | Description | |
---|---|---|
executeConfigModel ( array $callback, string $jobCode ) | ||
getCallbackFromRunConfigModel ( string $runConfigModel, string $jobCode ) : array | ||
getRunConfigModelByJobCode ( $jobCode ) : string |
protected askJobCode ( Symfony\Component\Console\Output\OutputInterface $output, array $jobs ) : string | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$jobs | array | array of array containing "job" keyed string entries of job-codes |
return | string | job-code |