PasswordChangeEvent

Read onlyYes
FinalYes

Informal event that contains information about the password which was set, and is about to be stored in the database.

Table of Contents

Methods

__construct()  : mixed
getHashedPassword()  : string
getRawPassword()  : string
getRequest()  : ServerRequestInterface
getUser()  : array<string|int, mixed>

Methods

__construct()

public __construct(array<string|int, mixed> $user, string $passwordHash, string $rawPassword, ServerRequestInterface $request) : mixed
Parameters
$user : array<string|int, mixed>
$passwordHash : string
$rawPassword : string
$request : ServerRequestInterface

getHashedPassword()

public getHashedPassword() : string
Return values
string

getRawPassword()

public getRawPassword() : string
Return values
string

getRequest()

public getRequest() : ServerRequestInterface
Return values
ServerRequestInterface

getUser()

public getUser() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results