UserRepository
in package
implements
UserRepositoryInterface
Table of Contents
Interfaces
Properties
- $users : mixed
Methods
- __construct() : mixed
- getUserEntityByUsername() : UserEntityInterface|null
Properties
$users
private
mixed
$users
= []
Methods
__construct()
public
__construct() : mixed
getUserEntityByUsername()
public
getUserEntityByUsername(string $username) : UserEntityInterface|null
Parameters
- $username : string