1 | <?php |
||
19 | final class SyliusTaxCategoryToTaxRuleTransformer implements SyliusTaxCategoryToTaxRuleTransformerInterface |
||
20 | { |
||
21 | /** @var TaxRatesTransformerInterface */ |
||
22 | private $taxRatesTransformer; |
||
23 | |||
24 | public function __construct(TaxRatesTransformerInterface $taxRatesTransformer) |
||
28 | |||
29 | public function transform(TaxCategoryInterface $taxCategory): TaxRule |
||
47 | } |
||
48 |