PHP Class PhpBench\Console\Command\Handler\RunnerHandler

Afficher le fichier Open project: dantleech/phpbench Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Runner $runner, LoggerRegistry $loggerRegistry, $defaultProgress = null, $benchPath = null )
configure ( Command $command )
runFromInput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, array $options = [] )

Private Methods

Méthode Description
getParameters ( $parametersJson )

Method Details

__construct() public méthode

public __construct ( Runner $runner, LoggerRegistry $loggerRegistry, $defaultProgress = null, $benchPath = null )
$runner PhpBench\Benchmark\Runner
$loggerRegistry PhpBench\Progress\LoggerRegistry

configure() public static méthode

public static configure ( Command $command )
$command Symfony\Component\Console\Command\Command

runFromInput() public méthode

public runFromInput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, array $options = [] )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$options array