Input
class Input extends Facade (View source)
Methods
static
Application
getFacadeApplication()
Get the application instance behind the facade.
from Facade
static
mixed
__callStatic(
string $method,
array $args)
Handle dynamic, static calls to the object.
from Facade
static
mixed
get(
string $key = null,
mixed $default = null)
Get an item from the input data.
Details
at line line 19
static
mixed
get(
string $key = null,
mixed $default = null)
Get an item from the input data.
This method is used for all request verbs (GET, POST, PUT, and DELETE)