PHP Class PhpBench\Console\Command\Handler\SuiteCollectionHandler

Afficher le fichier Open project: dantleech/phpbench Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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 méthode

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

suiteCollectionFromInput() public méthode

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