Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
34 | class EeGroupedProductRelationUpdateObserver extends GroupedProductRelationUpdateObserver |
||
35 | { |
||
36 | |||
37 | /** |
||
38 | * Return the row ID for the passed SKU. |
||
39 | * |
||
40 | * @param string $sku The SKU to return the row ID for |
||
41 | * |
||
42 | * @return integer The mapped row ID |
||
43 | * @throws \Exception Is thrown if the SKU is not mapped yet |
||
44 | */ |
||
45 | protected function mapSku($sku) |
||
50 |