PHPSA\IssueLocation::getFilePath PHP Method

getFilePath() public method

Get path to the file + filename
public getFilePath ( ) : string
return string
    public function getFilePath()
    {
        return $this->filePath;
    }