| 1 | <?php |
||
| 19 | final class ProductVariantPricesTransformer implements ProductVariantPricesTransformerInterface |
||
| 20 | { |
||
| 21 | /** @var ChannelProviderInterface */ |
||
| 22 | private $channelProvider; |
||
| 23 | |||
| 24 | public function __construct(ChannelProviderInterface $channelProvider) |
||
| 28 | |||
| 29 | public function transform(ProductVariantInterface $productVariant): Price |
||
| 53 | } |
||
| 54 |