PHP Class Flarum\Event\UserEmailChangeWasRequested

Afficher le fichier Open project: flarum/core

Méthodes publiques

Свойство Type Description
$email string The email they requested to change to.
$user Flarum\Core\User The user who requested the email change.

Méthodes publiques

Méthode Description
__construct ( User $user, string $email )

Method Details

__construct() public méthode

public __construct ( User $user, string $email )
$user Flarum\Core\User The user who requested the email change.
$email string The email they requested to change to.

Property Details

$email public_oe property

The email they requested to change to.
public string $email
Résultat string

$user public_oe property

The user who requested the email change.
public User,Flarum\Core $user
Résultat Flarum\Core\User