MediaWiki REL1_31
SendPasswordResetEmailUpdate Class Reference

Sends emails to all accounts associated with that email to reset the password. More...

Inheritance diagram for SendPasswordResetEmailUpdate:
Collaboration diagram for SendPasswordResetEmailUpdate:

Public Member Functions

 __construct (AuthManager $authManager, array $reqs, array $logContext)
 
 doUpdate ()
 Perform the actual work.
 

Private Attributes

AuthManager $authManager
 
array $logContext
 
array $reqs
 

Detailed Description

Sends emails to all accounts associated with that email to reset the password.

Since
1.35

Definition at line 30 of file SendPasswordResetEmailUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

SendPasswordResetEmailUpdate::__construct ( AuthManager  $authManager,
array  $reqs,
array  $logContext 
)
Parameters
AuthManager$authManager
array$reqs
array$logContext

Definition at line 45 of file SendPasswordResetEmailUpdate.php.

References $authManager, $logContext, and $reqs.

Member Function Documentation

◆ doUpdate()

SendPasswordResetEmailUpdate::doUpdate ( )

Perform the actual work.

Implements DeferrableUpdate.

Definition at line 51 of file SendPasswordResetEmailUpdate.php.

References $req, and as.

Member Data Documentation

◆ $authManager

AuthManager SendPasswordResetEmailUpdate::$authManager
private

Definition at line 32 of file SendPasswordResetEmailUpdate.php.

Referenced by __construct().

◆ $logContext

array SendPasswordResetEmailUpdate::$logContext
private

Definition at line 38 of file SendPasswordResetEmailUpdate.php.

Referenced by __construct().

◆ $reqs

array SendPasswordResetEmailUpdate::$reqs
private

Definition at line 35 of file SendPasswordResetEmailUpdate.php.

Referenced by __construct().


The documentation for this class was generated from the following file: