Overtrue\PHPLint\Cache::getFilename PHP 메소드

getFilename() 공개 정적인 메소드

Return cache filename.
public static getFilename ( ) : string
리턴 string
    public static function getFilename()
    {
        return (getcwd() ?: './') . '/' . self::$filename;
    }