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();
    }