$this addQuery(string $key, string $value) Add a query string value to the paginator. Parameters string $key string $value Return Value $this
void stopping(mixed $callback) Register an event listener for the daemon queue stopping. Parameters mixed $callback Return Value void
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
static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int
Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder
static string lower(string $value) Convert the given string to lower-case. Parameters string $value Return Value string
Model getModel() Get the model instance being queried. Return Value Model
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
$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this
bool isDeferred() Determine if the provider is deferred. Return Value bool
Page 277 of 996