Scientist\Journals\StandardJournal::getReport PHP 메소드

getReport() 공개 메소드

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