Documentation

User
in package
implements UserEntityInterface

Table of Contents

Interfaces

UserEntityInterface

Properties

$hash  : string
$id  : mixed
$password  : string
$username  : string

Methods

__construct()  : mixed
getIdentifier()  : mixed
passwordVerify()  : bool

Properties

$hash

public string $hash

$password

public string $password

$username

public string $username

Methods

__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
Return values
bool

        
On this page

Search results