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

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( XmlEncoder $xmlEncoder )
$xmlEncoder PhpBench\Serializer\XmlEncoder

configure() 공개 정적인 메소드

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

dumpFromInput() 공개 메소드

public dumpFromInput ( 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