Scientist\Experiment::report PHP Méthode

report() public méthode

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