PHP Class PhpBench\Console\Command\Handler\ReportHandler

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

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( ReportManager $reportManager )
$reportManager PhpBench\Report\ReportManager

configure() public static méthode

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

reportsFromInput() public méthode

public reportsFromInput ( 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