Collection pluck(string $value, string|null $key = null) Get the values of a given key. Parameters string $value string|null $key Return Value Collection
void subscribe(object|string $subscriber) Register an event subscriber with the dispatcher. Parameters object|string $subscriber Return Value void
void setPreviousUrl(string $url) Set the "previous" URL in the session. Parameters string $url Return Value void
array invalid() Returns the data which was invalid. Return Value array
array items() Get the slice of items being paginated. Return Value array
PendingBroadcast|void event(mixed|null $event = null) Begin broadcasting an event. Parameters mixed|null $event Return Value PendingBroadcast|void
int update(array $values) Update a record in the database. Parameters array $values Return Value int
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
bool isDue(Application $app) Determine if the given event should run based on the Cron expression. Parameters Application $app Return Value bool
Page 929 of 996