1 | <?php |
||
34 | class EeBundleProductRelationUpdateObserver extends BundleProductRelationUpdateObserver |
||
35 | { |
||
36 | |||
37 | /** |
||
38 | * Returns 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) |
||
49 | } |
||
50 |