bool pjax() Determine if the request is the result of an PJAX call. Return Value bool
string path() Get the current path info for the request. Return Value string
array only(array|mixed $keys) Get a subset containing the provided keys with values from the input data. Parameters array|mixed $keys Return Value array
string|array old(string $key = null, string|array|null $default = null) Retrieve an old input item. Parameters string $key string|array|null $default Return Value string|array
void offsetUnset(string $offset) Remove the value at the given offset. Parameters string $offset Return Value void
void offsetSet(string $offset, mixed $value) Set the value at the given offset. Parameters string $offset mixed $value Return Value void
mixed offsetGet(string $offset) Get the value at the given offset. Parameters string $offset Return Value mixed
bool offsetExists(string $offset) Determine if the given offset exists. Parameters string $offset Return Value bool
string method() Get the request method. Return Value string
void merge(array $input) Merge new input into the current request's input array. Parameters array $input Return Value void
Page 254 of 996