| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class EcondaToPriceProductFacadeBridge implements EcondaToPriceProductFacadeInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var \Spryker\Zed\PriceProduct\Business\PriceProductFacadeInterface |
||
| 14 | */ |
||
| 15 | protected $facade; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param \Spryker\Zed\PriceProduct\Business\PriceProductFacadeInterface $facade |
||
| 19 | */ |
||
| 20 | public function __construct($facade) |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param string $sku |
||
| 27 | * @param string|null $priceTypeName |
||
| 28 | * |
||
| 29 | * @return int|null |
||
| 30 | */ |
||
| 31 | public function findPriceBySku($sku, $priceTypeName = null) |
||
| 36 |