Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | trait ProductVariantRepositoryTrait |
||
10 | { |
||
11 | /** |
||
12 | * @param string $alias |
||
13 | * @param string $indexBy The index for the from. |
||
14 | * |
||
15 | * @return QueryBuilder |
||
16 | */ |
||
17 | abstract public function createQueryBuilder($alias, $indexBy = null); |
||
18 | |||
19 | public function createLagersystemListQueryBuilder(string $locale): QueryBuilder |
||
27 |