PiwikTracker::getCurrentUrl PHP 메소드

getCurrentUrl() 보호된 정적인 메소드

Returns the current full URL (scheme, host, path and query string.
protected static getCurrentUrl ( ) : string
리턴 string
    protected static function getCurrentUrl()
    {
        return self::getCurrentScheme() . '://' . self::getCurrentHost() . self::getCurrentScriptName() . self::getCurrentQueryString();
    }