$this via(string $method) Set the method to call on the pipes. Parameters string $method Return Value $this
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
mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed
static array only(array $array, array|string $keys) Get a subset of the items from the given array. Parameters array $array array|string $keys Return Value array
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
array provides() Get the services provided by the provider. Return Value array
string|false storePubliclyAs(string $path, string $name, string|null $disk = null) Store the uploaded file on a filesystem disk with public visibility. Parameters string $path string $name string|null $disk Return Value string|false
Closure getUserResolver() Get the user resolver callback. Return Value Closure
bool pjax() Determine if the request is the result of an PJAX call. Return Value bool
mixed sear(string $key, Closure $callback) Get an item from the cache, or store the default value forever. Parameters string $key Closure $callback Return Value mixed
Page 46 of 996