PasswordHashed
in package
Table of Contents
Properties
- $hash : string
- $hashType : CreateUserPasswordHashType
- $saltPosition : CreateUserPasswordSaltPosition|null
Methods
- __construct() : mixed
Properties
$hash read-only
public
string
$hash
$hashType read-only
public
CreateUserPasswordHashType
$hashType
$saltPosition read-only
public
CreateUserPasswordSaltPosition|null
$saltPosition
= null
Methods
__construct()
public
__construct(string $hash, CreateUserPasswordHashType $hashType[, CreateUserPasswordSaltPosition|null $saltPosition = null ]) : mixed
Parameters
- $hash : string
- $hashType : CreateUserPasswordHashType
- $saltPosition : CreateUserPasswordSaltPosition|null = null