static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
bool wantsJson() Determine if the current request is asking for JSON in return. Return Value bool
void validate() Validate the class instance. Return Value void
mixed user(string|null $guard = null) Get the user making the request. Parameters string|null $guard Return Value mixed
string url() Get the URL (no query string) for the request. Return Value string
array toArray() Get all of the input and files for the request. Return Value array
$this setUserResolver(Closure $callback) Set the user resolver callback. Parameters Closure $callback Return Value $this
$this setRouteResolver(Closure $callback) Set the route resolver callback. Parameters Closure $callback Return Value $this
$this setRedirector(Redirector $redirector) Set the Redirector instance. Parameters Redirector $redirector Return Value $this
Page 638 of 996