PHP 클래스 PhpBench\Console\Command\Handler\RunnerHandler

파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
__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 = [] )

비공개 메소드들

메소드 설명
getParameters ( $parametersJson )

메소드 상세

__construct() 공개 메소드

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

configure() 공개 정적인 메소드

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

runFromInput() 공개 메소드

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