Contao\Environment::request PHP 메소드

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

Return the relativ path to the script and include the request (e.g. index.php?id=2)
protected static request ( ) : string
리턴 string The relative path to the script including the request string
    protected static function request()
    {
        return preg_replace('/^' . preg_quote(static::get('path'), '/') . '\\/?/', '', static::get('requestUri'));
    }