PHP Class Flarum\Event\UserEmailChangeWasRequested

Datei anzeigen Open project: flarum/core

Public Properties

Property Type Description
$email string The email they requested to change to.
$user Flarum\Core\User The user who requested the email change.

Public Methods

Method Description
__construct ( User $user, string $email )

Method Details

__construct() public method

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
return string

$user public_oe property

The user who requested the email change.
public User,Flarum\Core $user
return Flarum\Core\User