| 1 | <?php |
||
| 34 | class AttributeCleanUpObserver extends AbstractAttributeImportObserver |
||
| 35 | { |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Process the observer's business logic. |
||
| 39 | * |
||
| 40 | * @return array The processed row |
||
| 41 | */ |
||
| 42 | protected function process() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * Map's the passed attribute code to the attribute ID that has been created recently. |
||
| 49 | * |
||
| 50 | * @param string $attributeCode The attribute code that has to be mapped |
||
| 51 | * |
||
| 52 | * @return void |
||
| 53 | */ |
||
| 54 | protected function addAttributeCodeIdMapping($attributeCode) |
||
| 58 | } |
||
| 59 |