PHP Class Liuggio\Fastest\Command\ParallelCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: liuggio/fastest

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
doExecute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Liuggio\Fastest\Queue\QueueInterface $queue, Liuggio\Fastest\Process\ProcessesManager $processManager ) : array
executeBeforeCommand ( $queue, $processes, $input, $output, $processManager )
getMaxNumberOfProcess ( $maxNumberOfParallelProc )
hasErrorSummary ( Symfony\Component\Console\Input\InputInterface $input ) : boolean
isVerbose ( $output )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface