extends |
RedirectResponse |
|---|---|
uses |
ForwardsCalls, ResponseTrait, Macroable |
| Methods | ||
|---|---|---|
public
|
with(string|array $key, mixed $value = null): $this
|
# |
public
|
withCookies(array $cookies): $this
|
# |
public
|
withInput(array|null $input = null): $this
|
# |
protected
|
removeFilesFromInput(array $input): array
|
# |
public
|
onlyInput(): $this
|
# |
public
|
exceptInput(): $this
|
# |
public
|
withErrors(MessageProvider|array|string $provider, string $key = 'default'): $this
|
# |
protected
|
parseErrors(MessageProvider|array|string $provider): MessageBag
|
# |
public
|
withFragment(string $fragment): $this
|
# |
public
|
withoutFragment(): $this
|
# |
public
|
getOriginalContent(): null
|
# |
public
|
getRequest(): Request|null
|
# |
public
|
setRequest(Request $request): void
|
# |
public
|
getSession(): Store|null
|
# |
public
|
setSession(Store $session): void
|
# |
public
|
__call(string $method, array $parameters): mixed
|
# |
| Methods inherited from Symfony\Component\HttpFoundation\RedirectResponse |
|---|
__construct(), getTargetUrl(), setTargetUrl() |
| Methods used from Illuminate\Support\Traits\ForwardsCalls |
|---|
forwardCallTo(), forwardDecoratedCallTo(), throwBadMethodCallException() |
| Methods used from Illuminate\Http\ResponseTrait |
|---|
status(), statusText(), content(), header(), withHeaders(), cookie(), withCookie(), withoutCookie(), getCallback(), withException(), throwResponse() |
| Methods used from Illuminate\Support\Traits\Macroable |
|---|
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), |
| Properties | |||
|---|---|---|---|
protected
|
Request
|
$request
|
# |
protected
|
Store
|
$session
|
# |
| Properties inherited from Symfony\Component\HttpFoundation\RedirectResponse |
|---|
$targetUrl |
| Properties inherited from Symfony\Component\HttpFoundation\Response |
|---|
$headers, $content, $version, $statusCode, $statusText, $charset, $statusTexts |
| Properties used from Illuminate\Http\ResponseTrait |
|---|
$original, $exception |
| Properties used from Illuminate\Support\Traits\Macroable |
|---|
$macros |