PhpBench\Console\Command\Handler\ReportHandler::__construct PHP Метод

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

public __construct ( ReportManager $reportManager )
$reportManager PhpBench\Report\ReportManager
    public function __construct(ReportManager $reportManager)
    {
        $this->reportManager = $reportManager;
    }