Property | Type | Description | |
---|---|---|---|
$password |
Method | Description | |
---|---|---|
__construct ( string $token, array $config = [] ) | Creates a form model given a token. | |
resetPassword ( ) : boolean | Resets password. | |
rules ( ) |
public __construct ( string $token, array $config = [] ) | ||
$token | string | |
$config | array | name-value pairs that will be used to initialize the object properties |
public resetPassword ( ) : boolean | ||
return | boolean | if password was reset. |