PHP Class PhpBench\Console\Command\Handler\SuiteCollectionHandler

Datei anzeigen Open project: dantleech/phpbench Class Usage Examples

Public Methods

Method Description
__construct ( XmlDecoder $xmlDecoder, Parser $parser, Registry $storage, UuidResolver $uuidResolver )
configure ( Command $command )
suiteCollectionFromInput ( Symfony\Component\Console\Input\InputInterface $input )

Method Details

__construct() public method

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 method

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

suiteCollectionFromInput() public method

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