Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function __construct( |
||
29 | FinderInterface $optionsFinder, |
||
30 | QueryBuilderInterface $productOptionsByTaxonQueryBuilder, |
||
31 | string $taxonsProperty |
||
32 | ) { |
||
33 | $this->optionsFinder = $optionsFinder; |
||
34 | $this->productOptionsByTaxonQueryBuilder = $productOptionsByTaxonQueryBuilder; |
||
35 | $this->taxonsProperty = $taxonsProperty; |
||
36 | } |
||
48 |