- Full name:
\App\Infrastructure\Persistence\Repository\QueryBusUserRepository - This class implements:
\App\Domain\User\Repository\UserQueryRepository
Properties
dfdb
Methods
__construct
Parameters:
| Parameter | Type | Description |
|---|---|---|
$dfdb |
\Qubus\Expressive\Database |
findById
Parameters:
| Parameter | Type | Description |
|---|---|---|
$id |
string |
Throws:
findUnique
Throws:
findByEmail
Parameters:
| Parameter | Type | Description |
|---|---|---|
$email |
string |
Throws:
findByLogin
Parameters:
| Parameter | Type | Description |
|---|---|---|
$login |
string |
Throws:
findByToken
Parameters:
| Parameter | Type | Description |
|---|---|---|
$token |
string |
Throws:
findAll
Throws:
ExceptionReflectionExceptionContainerExceptionInterfaceNotFoundExceptionInterfaceInvalidArgumentException
Inherited methods
populate
Populate an array of values from result query.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$data |
array|null |
Throws: