Table of Contents
Interfaces
- UserRepositoryInterface
- UserRepositoryInterface
Properties
-
$table
: mixed
Methods
-
__construct()
: mixed
-
getUserEntityByUserCredentials()
: mixed
-
getUserEntityByUsername()
: UserEntityInterface|null
-
availableGrantType()
: bool
$table
protected
mixed
$table
= "users"
__construct()
public
__construct(PDO $pdo) : mixed
Parameters
-
$pdo
: PDO
-
getUserEntityByUserCredentials()
public
getUserEntityByUserCredentials(mixed $username, mixed $password, mixed $grantType, ClientEntityInterface $client) : mixed
Parameters
-
$username
: mixed
-
-
$password
: mixed
-
-
$grantType
: mixed
-
-
$client
: ClientEntityInterface
-
getUserEntityByUsername()
public
getUserEntityByUsername(string $username) : UserEntityInterface|null
Parameters
-
$username
: string
-
availableGrantType()
private
availableGrantType(array<string|int, string> $haystack, string $needle) : bool
Parameters
-
$haystack
: array<string|int, string>
-
-
$needle
: string
-