PHP Class PhpBench\Console\Command\Handler\DumpHandler

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

Méthodes publiques

Méthode Description
__construct ( XmlEncoder $xmlEncoder )
configure ( Command $command )
dumpFromInput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, SuiteCollection $collection )

Method Details

__construct() public méthode

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

configure() public static méthode

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

dumpFromInput() public méthode

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