Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | final class HasTaxonQueryBuilder implements QueryBuilderInterface |
||
19 | { |
||
20 | /** |
||
21 | * @var string |
||
22 | */ |
||
23 | private $taxonsProperty; |
||
24 | |||
25 | /** |
||
26 | * @param string $taxonsProperty |
||
27 | */ |
||
28 | public function __construct(string $taxonsProperty) |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function buildQuery(array $data): ?AbstractQuery |
||
48 |