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
static string migrateExpiredJobs() Get the Lua script to migrate expired jobs back onto the queue. Return Value string
Illuminate\Contracts\Foundation Interfaces Application
bool hasCookie(string $key) Determine if a cookie is set on the request. Parameters string $key Return Value bool
$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
string getTable() Get the intermediate table for the relationship. Return Value string
bool isShared(string $abstract) Determine if a given type is shared. Parameters string $abstract Return Value bool
$this inRandomOrder(string $seed = '') Put the query's results in random order. Parameters string $seed Return Value $this
$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this
Page 424 of 996