PHP Class PhpBench\Console\Command\Handler\DumpHandler

Exibir arquivo Open project: dantleech/phpbench Class Usage Examples

Public Methods

Method 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 method

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

configure() public static method

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

dumpFromInput() public method

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