alexia\mar\reporter::getReportFilePath PHP 메소드

getReportFilePath() 공개 메소드

Return the file path of the report.
public getReportFilePath ( ) : string
리턴 string File Path
    public function getReportFilePath()
    {
        return $this->fullFilePath;
    }