| 1 | <?php |
||
| 35 | class EeBundleOptionValueUpdateObserver extends BundleOptionValueUpdateObserver |
||
| 36 | { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Return the row ID for the passed SKU. |
||
| 40 | * |
||
| 41 | * @param string $sku The SKU to return the row ID for |
||
| 42 | * |
||
| 43 | * @return integer The mapped row ID |
||
| 44 | * @throws \Exception Is thrown if the SKU is not mapped yet |
||
| 45 | */ |
||
| 46 | protected function mapSku($sku) |
||
| 50 | } |
||
| 51 |