void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset 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
stop() {@inheritdoc}
mixed reduce(callable $callback, mixed $initial = null) Reduce the collection to a single value. Parameters callable $callback mixed $initial Return Value mixed
void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void
void logout() Log the user out of the application. Return Value void
void forget(string $event) Remove a set of listeners from the dispatcher. Parameters string $event Return Value void
Page 663 of 996