CanResetPassword::sendPasswordResetNotification()

void sendPasswordResetNotification(string $token) Send the password reset notification. Parameters string $token Return Value void

CanResetPassword::getEmailForPasswordReset()

string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. Return Value string

CallQueuedHandler::__construct()

void __construct(Container $container) Create a new job instance. Parameters Container $container Return Value void

CallQueuedHandler::failed()

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

CanResetPassword

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.

CallQueuedHandler::failed()

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

CallQueuedHandler::__construct()

void __construct(Dispatcher $dispatcher) Create a new handler instance. Parameters Dispatcher $dispatcher Return Value void

CanResetPassword

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.

CallQueuedHandler::call()

void call(Job $job, array $data) Handle the queued job. Parameters Job $job array $data Return Value void

CallQueuedHandler

CallQueuedHandler class CallQueuedHandler (View source) Methods void __construct(Dispatcher $dispatcher) Create a new handler instance. void call(Job $job, array $data) Handle the queued job. void failed(array $data, Exception $e) Call the failed method on the job instance.