ShouldBeQueued deprecated interface ShouldBeQueued implements ShouldQueue (View source) deprecated since version 5.1. Use the ShouldQueue interface.
void delete(string $token) Delete a reminder record by token. Parameters string $token Return Value void
void offsetSet(string $offset, mixed $value) Set the value at the given offset. Parameters string $offset mixed $value Return Value void
int|null id() Get the ID for the currently authenticated user. Return Value int|null
bool offsetExists(string $key) Determine if a cached value exists. Parameters string $key Return Value bool
string getPrefix() Get the prefix of the route instance. Return Value string
array rollback(array|string $paths = array(), array $options = array()) Rollback the last migration operation. Parameters array|string $paths array $options Return Value array
Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue
string getKeyName() Get the primary key for the model. Return Value string
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
Page 417 of 996