1 | <?php |
||
34 | class EeCleanUpVariantProductRelationObserver extends CleanUpVariantProductRelationObserver |
||
35 | { |
||
36 | |||
37 | /** |
||
38 | * Return's the PK to create the product => variant relation. |
||
39 | * |
||
40 | * @return integer The PK to create the relation with |
||
41 | */ |
||
42 | protected function getLastPrimaryKey() |
||
46 | |||
47 | /** |
||
48 | * Return's the row ID of the product that has been created recently. |
||
49 | * |
||
50 | * @return string The row Id |
||
51 | */ |
||
52 | protected function getLastRowId() |
||
56 | } |
||
57 |