SlevomatCodingStandard\Helpers\EmptyFileException::getFilename PHP Method

getFilename() public method

public getFilename ( ) : string
return string
    public function getFilename()
    {
        return $this->filename;
    }
EmptyFileException