Scientist\Intern::runControl PHP 메소드

runControl() 보호된 메소드

Run the control callback, and record its execution state.
protected runControl ( Experiment $experiment ) : Result
$experiment Experiment
리턴 Result
    protected function runControl(Experiment $experiment)
    {
        return (new Machine($experiment->getControl(), $experiment->getParams()))->execute();
    }