PHP Класс PhpBench\Console\Command\Handler\SuiteCollectionHandler

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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