PHP Класс PhpBench\Console\Command\Handler\ReportHandler

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ReportManager $reportManager )
configure ( Command $command )
reportsFromInput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, SuiteCollection $collection )

Описание методов

__construct() публичный Метод

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

configure() публичный статический Метод

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

reportsFromInput() публичный Метод

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