PhpBench\Model\Variant::__construct PHP Метод

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

public __construct ( Subject $subject, ParameterSet $parameterSet, $revolutions, $warmup, array $computedStats = [] )
$subject Subject
$parameterSet ParameterSet
$computedStats array
    public function __construct(Subject $subject, ParameterSet $parameterSet, $revolutions, $warmup, array $computedStats = [])
    {
        $this->subject = $subject;
        $this->parameterSet = $parameterSet;
        $this->revolutions = $revolutions;
        $this->warmup = $warmup;
        $this->computedStats = $computedStats;
    }