bool exists(string $group, string $namespace = null) Determine if the given group exists. Parameters string $group string $namespace Return Value bool
mixed remember(string $key, DateTime|float|int $minutes, Closure $callback) Get an item from the cache, or store the default value. Parameters string $key DateTime|float|int $minutes Closure $callback Return Value mixed
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
$this doesntExpectModelEvents(string $model, array|string $events) Specify a list of events that should not be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters string $model array|string $events Return Value $this Exceptions Exception
View getPaginationView(Paginator $paginator, string $view = null) Get the pagination view. Parameters Paginator $paginator string $view Return Value View
$this expectsModelEvents(string $model, array|string $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters string $model array|string $events Return Value $this Exceptions Exception
int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int
bool enableForeignKeyConstraints() Enable foreign key constraints. Return Value bool
Notification class Notification (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers
$this header(string $key, array|string $values, bool $replace = true) Set a header on the Response. Parameters string $key array|string $values bool $replace Return Value $this
Page 724 of 996