string remind(array $credentials, Closure $callback = null) Send a password reminder to a user. Parameters array $credentials Closure $callback Return Value string
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate handler behind a queue. Parameters mixed $command Return Value mixed
Illuminate\Pagination Classes BootstrapPresenter Factory PaginationServiceProvider Paginator Presenter
void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void
$this setReadPdo(PDO|null $pdo) Set the PDO connection used for reading. Parameters PDO|null $pdo Return Value $this
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
void addObservableEvents(array|mixed $observables) Add an observable event name. Parameters array|mixed $observables Return Value void
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
bool|null delete() Delete the pivot model record from the database. Return Value bool|null
Page 330 of 996