$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this
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 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
void offsetUnset(string $offset) Remove the value at the given offset. Parameters string $offset Return Value void
array when() Get the events that trigger this service provider to register. Return Value array
$this setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value $this
bool validate(array $credentials = array()) Validate a user's credentials. Parameters array $credentials Return Value bool
Page 496 of 996