PiwikTracker::getCurrentUrl PHP Méthode

getCurrentUrl() protected static méthode

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