PhpBench\Report\Generator\CompositeGenerator::__construct PHP Method

__construct() public method

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