Scientist\Journals\StandardJournal::getReport PHP Method

getReport() public method

Get the experiment report.
public getReport ( ) : Report
return Scientist\Report
    public function getReport()
    {
        return $this->report;
    }