PhpBench\Model\Benchmark::__construct PHP Method

__construct() public method

public __construct ( Suite $suite, mixed $class )
$suite Suite
$class mixed
    public function __construct(Suite $suite, $class)
    {
        $this->suite = $suite;
        $this->class = $class;
    }