alexia\mar\reporter::getReportFilePath PHP Method

getReportFilePath() public method

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