PHP Class Flarum\Core\Command\RequestPasswordReset

Datei anzeigen Open project: flarum/core

Public Properties

Property Type Description
$email string The email of the user to request a password reset for.

Public Methods

Method Description
__construct ( string $email )

Method Details

__construct() public method

public __construct ( string $email )
$email string The email of the user to request a password reset for.

Property Details

$email public_oe property

The email of the user to request a password reset for.
public string $email
return string