$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this
bool hasCookie(string $key) Determine if a cookie is set on the request. Parameters string $key Return Value bool
Illuminate\Contracts\Foundation Interfaces Application
static string migrateExpiredJobs() Get the Lua script to migrate expired jobs back onto the queue. Return Value string
array getExtensions() Get the extensions used by the compiler. Return Value array
int decrement(string $column, int $amount = 1, array $extra = array()) Decrement a column's value by a given amount. Parameters string $column int $amount array $extra Return Value int
void setConnection(string $name) Set the default connection name. Parameters string $name Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning of the collection. Parameters mixed $value mixed $key Return Value $this
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
Page 317 of 996