PasswordBroker::remind()

string remind(array $credentials, Closure $callback = null) Send a password reminder to a user. Parameters array $credentials Closure $callback Return Value string

Job::isDeletedOrReleased()

bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool

QueueingDispatcher::dispatchToQueue()

mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate handler behind a queue. Parameters mixed $command Return Value mixed

Pagination

Illuminate\Pagination Classes BootstrapPresenter Factory PaginationServiceProvider Paginator Presenter

MySqlConnection::listen()

void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void

SqlServerConnection::setReadPdo()

$this setReadPdo(PDO|null $pdo) Set the PDO connection used for reading. Parameters PDO|null $pdo Return Value $this

ServeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

MorphPivot::addObservableEvents()

void addObservableEvents(array|mixed $observables) Add an observable event name. Parameters array|mixed $observables Return Value void

EventServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

Pivot::delete()

bool|null delete() Delete the pivot model record from the database. Return Value bool|null