RedirectResponse class RedirectResponse extends RedirectResponse (View source) Traits ResponseTrait
string content() Get the content of the response. Return Value string
$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this
RedirectResponse exceptInput() Flash an array of input to the session. Return Value RedirectResponse
Request|null getRequest() Get the request instance. Return Value Request|null
Store|null getSession() Get the session store implementation. Return Value Store|null
$this header(string $key, array|string $values, bool $replace = true) Set a header on the Response. Parameters string $key array|string $values bool $replace Return Value $this
$this onlyInput() Flash an array of input to the session. Return Value $this
void setRequest(Request $request) Set the request instance. Parameters Request $request Return Value void
void setSession(Store $session) Set the session store implementation. Parameters Store $session Return Value void
Page 9637 of 11844