Scientist\Experiment::report PHP 메소드

report() 공개 메소드

Execute the experiment and return a report.
public report ( ) : Report
리턴 Report
    public function report()
    {
        $this->params = func_get_args();
        return $this->laboratory->getReport($this);
    }