Class LaravelRequest
Request represents an HTTP request.
The methods dealing with URL accept / return a raw path (% encoded): *
getBasePath * getBaseUrl * getPathInfo * getRequestUri * getUri *
getUriForPath
-
Symfony\Component\HttpFoundation\Request
-
Symfony\Component\HttpFoundation\LaravelRequest
Methods summary
public static
Symfony\Component\HttpFoundation\Request
|
#
createFromGlobals( )
Creates a new request with values from PHP's super globals.
Creates a new request with values from PHP's super globals.
Returns
Api
Overrides
|
public
string
|
#
getRootUrl( )
Get the root URL of the application.
Get the root URL of the application.
Returns
string
|
Methods inherited from Symfony\Component\HttpFoundation\Request
__clone(),
__construct(),
__toString(),
create(),
duplicate(),
enableHttpMethodParameterOverride(),
get(),
getAcceptableContentTypes(),
getBasePath(),
getBaseUrl(),
getCharsets(),
getClientIp(),
getContent(),
getContentType(),
getETags(),
getFormat(),
getHost(),
getHttpHost(),
getHttpMethodParameterOverride(),
getLanguages(),
getLocale(),
getMethod(),
getMimeType(),
getPassword(),
getPathInfo(),
getPort(),
getPreferredLanguage(),
getQueryString(),
getRealMethod(),
getRequestFormat(),
getRequestUri(),
getScheme(),
getSchemeAndHttpHost(),
getScriptName(),
getSession(),
getTrustedProxies(),
getUri(),
getUriForPath(),
getUser(),
getUserInfo(),
hasPreviousSession(),
hasSession(),
initialize(),
initializeFormats(),
isMethod(),
isMethodSafe(),
isNoCache(),
isProxyTrusted(),
isSecure(),
isXmlHttpRequest(),
normalizeQueryString(),
overrideGlobals(),
prepareBasePath(),
prepareBaseUrl(),
preparePathInfo(),
prepareRequestUri(),
setDefaultLocale(),
setFormat(),
setLocale(),
setMethod(),
setRequestFormat(),
setSession(),
setTrustedHeaderName(),
setTrustedProxies(),
splitHttpAcceptHeader(),
trustProxyData()
|
Properties inherited from Symfony\Component\HttpFoundation\Request
$acceptableContentTypes,
$attributes,
$basePath,
$baseUrl,
$charsets,
$content,
$cookies,
$defaultLocale,
$files,
$format,
$formats,
$headers,
$httpMethodParameterOverride,
$languages,
$locale,
$method,
$pathInfo,
$query,
$request,
$requestUri,
$server,
$session,
$trustProxy,
$trustedHeaders,
$trustedProxies
|