Documentation

UserRepository
in package
implements UserRepositoryInterface, UserRepositoryInterface

Table of Contents

Interfaces

UserRepositoryInterface
UserRepositoryInterface

Properties

$table  : mixed

Methods

__construct()  : mixed
getUserEntityByUserCredentials()  : mixed
getUserEntityByUsername()  : UserEntityInterface|null
availableGrantType()  : bool

Properties

Methods

__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

availableGrantType()

private availableGrantType(array<string|int, string> $haystack, string $needle) : bool
Parameters
$haystack : array<string|int, string>
$needle : string
Return values
bool

        
On this page

Search results