int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
Model getModel() Get the model instance being queried. Return Value Model
static string lower(string $value) Convert the given string to lower-case. Parameters string $value Return Value string
Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder
static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int
Collection where(string $key, mixed $operator, mixed $value = null) Filter items by the given key value pair. Parameters string $key mixed $operator mixed $value Return Value Collection
void stopping(mixed $callback) Register an event listener for the daemon queue stopping. Parameters mixed $callback Return Value void
$this addQuery(string $key, string $value) Add a query string value to the paginator. Parameters string $key string $value Return Value $this
bool isDeleted() Determine if the job has been deleted. Return Value bool
string getForeignKey() Get the foreign key of the relationship. Return Value string
Page 492 of 996