Table of Contents
Interfaces
- UserEntityInterface
Properties
-
$hash
: string
-
$id
: mixed
-
$password
: string
-
$username
: string
Methods
-
__construct()
: mixed
-
getIdentifier()
: mixed
-
passwordVerify()
: bool
$hash
public
string
$hash
$id
public
mixed
$id
$password
public
string
$password
$username
public
string
$username
__construct()
public
__construct([mixed $id = null ][, string $password = null ]) : mixed
Parameters
-
$id
: mixed
= null
-
-
$password
: string
= null
-
getIdentifier()
public
getIdentifier() : mixed
passwordVerify()
public
passwordVerify(string $password) : bool
Parameters
-
$password
: string
-