- Full name:
\App\Infrastructure\Persistence\Repository\QueryBusSitesRepository - This class implements:
\App\Domain\Site\Repository\SitesQueryRepository
Properties
dfdb
Methods
__construct
Parameters:
| Parameter | Type | Description |
|---|---|---|
$dfdb |
\Qubus\Expressive\Database |
findById
Parameters:
| Parameter | Type | Description |
|---|---|---|
$id |
string |
Throws:
findByKey
Parameters:
| Parameter | Type | Description |
|---|---|---|
$key |
string |
Throws:
findBySlug
Parameters:
| Parameter | Type | Description |
|---|---|---|
$slug |
string |
Throws:
findByOwner
Parameters:
| Parameter | Type | Description |
|---|---|---|
$owner |
string |
Throws:
findAll
Throws:
Inherited methods
populate
Populate an array of values from result query.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$data |
array|null |
Throws: