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