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

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

공개 메소드들

메소드 설명
__construct ( ReportManager $reportManager )
configure ( Command $command )
reportsFromInput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, SuiteCollection $collection )

메소드 상세

__construct() 공개 메소드

public __construct ( ReportManager $reportManager )
$reportManager PhpBench\Report\ReportManager

configure() 공개 정적인 메소드

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

reportsFromInput() 공개 메소드

public reportsFromInput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, SuiteCollection $collection )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$collection PhpBench\Model\SuiteCollection