PHP Class PhpBench\Console\Command\Handler\ReportHandler

Show file Open project: dantleech/phpbench Class Usage Examples

Public Methods

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

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

configure() public static method

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

reportsFromInput() public method

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