$this setConnection(string $name) Set the connection associated with the model. Parameters string $name Return Value $this
void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags to a given binding. Parameters array|string $abstracts array|mixed $tags Return Value void
RequestGuard class RequestGuard implements Guard (View source) Traits GuardHelpers These methods are typically the same across all guards.
Collection flatMap(callable $callback) Map a collection and flatten the result by a single level. Parameters callable $callback Return Value Collection
bool isDeferred() Determine if the provider is deferred. Return Value bool
void boot() Bootstrap any application services. Return Value void
bool offsetExists(mixed $key) Determine if an item exists at an offset. Parameters mixed $key Return Value bool
void fire(Job $job, array $data) Handle the queued job. Parameters Job $job array $data Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this
Page 257 of 996