string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. Return Value string
CanResetPassword interface CanResetPassword (View source) Methods string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. void sendPasswordResetNotification(string $token) Send the password reset notification.
CanResetPassword trait CanResetPassword (View source) Methods string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. void sendPasswordResetNotification(string $token) Send the password reset notification.
void __construct(Dispatcher $dispatcher) Create a new handler instance. Parameters Dispatcher $dispatcher Return Value void
void __construct(Container $container) Create a new job instance. Parameters Container $container Return Value void
void failed(array $data, Exception $e) Call the failed method on the job instance. The exception that caused the failure will be passed. Parameters array $data Exception $e Return Value void
void failed(array $data, Exception $e) Call the failed method on the job instance. The event instance and the exception will be passed. Parameters array $data Exception $e Return Value void
void call(Job $job, array $data) Handle the queued job. Parameters Job $job array $data Return Value void
Page 872 of 996