‪TYPO3CMS  10.4
TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent Class Reference

Public Member Functions

 __construct (Email $email, array $user)
 
 getUserInformation ()
 
 getEmail ()
 

Private Attributes

Email $email
 
array $user
 

Detailed Description

Event that contains the email to be sent to the user when they request a new password. More

Additional validation can happen here.

Definition at line 28 of file SendRecoveryEmailEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent::__construct ( Email  $email,
array  $user 
)

Member Function Documentation

◆ getEmail()

TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent::getEmail ( )

◆ getUserInformation()

TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent::getUserInformation ( )

Member Data Documentation

◆ $email

Email TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent::$email
private

◆ $user

array TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent::$user
private