PasswordUpdatedEvent
extends Event
in package
Emitted when the user password has been updated.
Tags
Table of Contents
Properties
- $password : string
- $propagationStopped : bool
- $recoveryPassword : string|null
- $user : IUser
Methods
- __construct() : mixed
- Compatibility constructor
- getPassword() : string
- getRecoveryPassword() : string|null
- getUid() : string
- getUser() : IUser
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$password
private
string
$password
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$recoveryPassword
private
string|null
$recoveryPassword
$user
private
IUser
$user
Methods
__construct()
Compatibility constructor
public
__construct(IUser $user, string $password[, string|null $recoveryPassword = null ]) : mixed
Parameters
- $user : IUser
- $password : string
- $recoveryPassword : string|null = null
Tags
getPassword()
public
getPassword() : string
Tags
Return values
stringgetRecoveryPassword()
public
getRecoveryPassword() : string|null
Tags
Return values
string|nullgetUid()
public
getUid() : string
Tags
Return values
stringgetUser()
public
getUser() : IUser
Tags
Return values
IUserisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void