Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class ProductVariantViewFactory implements ProductVariantViewFactoryInterface |
||
11 | { |
||
12 | /** @var string */ |
||
13 | private $productVariantViewClass; |
||
14 | |||
15 | public function __construct(string $productVariantViewClass) |
||
18 | } |
||
19 | |||
20 | public function create(ProductVariantInterface $variant, string $localeCode): ProductVariantView |
||
35 |