Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
41 | public function __construct( |
||
42 | FinderInterface $optionsFinder, |
||
43 | QueryBuilderInterface $productOptionsByTaxonQueryBuilder, |
||
44 | string $taxonsProperty |
||
45 | ) |
||
46 | { |
||
47 | $this->optionsFinder = $optionsFinder; |
||
48 | $this->productOptionsByTaxonQueryBuilder = $productOptionsByTaxonQueryBuilder; |
||
49 | $this->taxonsProperty = $taxonsProperty; |
||
50 | } |
||
66 |