UserEntity
in package
implements
UserEntityInterface
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- getIdentifier() : string
- passwordVerify() : bool
Properties
$hash
private
mixed
$hash
$username
private
mixed
$username
Methods
__construct()
public
__construct(mixed $username, mixed $password) : mixed
Parameters
- $username : mixed
- $password : mixed
getIdentifier()
public
getIdentifier() : string
Return values
stringpasswordVerify()
public
passwordVerify(string $password) : bool
Parameters
- $password : string