| 1 | <?php |
||
| 20 | final class ProductToVueStorefrontDocumentTransformer implements ModelToElasticaTransformerInterface |
||
| 21 | { |
||
| 22 | /** @var SyliusProductTransformerInterface */ |
||
| 23 | private $syliusProductTransformer; |
||
| 24 | |||
| 25 | public function __construct(SyliusProductTransformerInterface $syliusProductTransformer) |
||
| 29 | |||
| 30 | /** @param ProductInterface $syliusProduct */ |
||
| 31 | public function transform($syliusProduct, array $fields): Document |
||
| 37 | } |
||
| 38 |