void error(string $string) Write a string as error output. Parameters string $string Return Value void
unqueue(string $name) Remove a cookie from the queue. Parameters string $name
$this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that the user is authenticated as the given user. Parameters $user string|null $guard Return Value $this
$this setJob(Job $job) Set the base queue job instance. Parameters Job $job Return Value $this
array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array
mixed user(string|null $guard = null) Get the user making the request. Parameters string|null $guard Return Value mixed
void setDefaultDriver(string $name) Set the default cache driver name. Parameters string $name Return Value void
mixed getResults() Get the results of the relationship. Return Value mixed
array when() Get the events that trigger this service provider to register. Return Value array
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
Page 992 of 996