Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class FactFinderNgToPriceProductStorageClientBridge implements FactFinderNgToPriceProductStorageClientInterface |
||
11 | { |
||
12 | /** |
||
13 | * @var \Spryker\Client\PriceProductStorage\PriceProductStorageClientInterface |
||
14 | */ |
||
15 | protected $priceProductStorageClient; |
||
16 | |||
17 | /** |
||
18 | * @param \Spryker\Client\PriceProductStorage\PriceProductStorageClientInterface $priceProductStorageClient |
||
19 | */ |
||
20 | public function __construct($priceProductStorageClient) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @param int $idProductAbstract |
||
27 | * |
||
28 | * @return \Generated\Shared\Transfer\PriceProductTransfer[] |
||
29 | */ |
||
30 | public function getPriceProductAbstractTransfers(int $idProductAbstract): array |
||
35 |