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

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

공개 메소드들

메소드 설명
__construct ( XmlDecoder $xmlDecoder, Parser $parser, Registry $storage, UuidResolver $uuidResolver )
configure ( Command $command )
suiteCollectionFromInput ( Symfony\Component\Console\Input\InputInterface $input )

메소드 상세

__construct() 공개 메소드

public __construct ( XmlDecoder $xmlDecoder, Parser $parser, Registry $storage, UuidResolver $uuidResolver )
$xmlDecoder PhpBench\Serializer\XmlDecoder
$parser PhpBench\Expression\Parser
$storage PhpBench\Registry\Registry
$uuidResolver PhpBench\Storage\UuidResolver

configure() 공개 정적인 메소드

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

suiteCollectionFromInput() 공개 메소드

public suiteCollectionFromInput ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface