Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class FactFinderNgToProductStorageClientBridge implements FactFinderNgToProductStorageClientInterface |
||
11 | { |
||
12 | /** |
||
13 | * @var \Spryker\Client\ProductStorage\ProductStorageClientInterface |
||
14 | */ |
||
15 | protected $productStorageClient; |
||
16 | |||
17 | /** |
||
18 | * @param \Spryker\Client\ProductStorage\ProductStorageClientInterface $productStorageClient |
||
19 | */ |
||
20 | public function __construct($productStorageClient) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @param string $mappingType |
||
27 | * @param string $identifier |
||
28 | * @param string $localeName |
||
29 | * |
||
30 | * @return array|null |
||
31 | */ |
||
32 | public function findProductAbstractStorageDataByMapping(string $mappingType, string $identifier, string $localeName): ?array |
||
37 |