void setPresenceVerifier(PresenceVerifierInterface $presenceVerifier) Set the Presence Verifier implementation. Parameters PresenceVerifierInterface $presenceVerifier Return Value void
Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection
void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void
void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
static void reguard() Enable the mass assignment restrictions. Return Value void
static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model
bool exists(string $view) Determine if a given view exists. Parameters string $view Return Value bool
void flush() Remove all items from the cache. Return Value void
string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string
Page 269 of 996