1 | <?php |
||
33 | class EeUrlKeyAndPathObserver extends \TechDivision\Import\Category\Observers\UrlKeyAndPathObserver |
||
34 | { |
||
35 | |||
36 | /** |
||
37 | * The trait providing category import functionality. |
||
38 | * |
||
39 | * @var \TechDivision\Import\Category\Ee\Observers\EeCategoryObserverTrait |
||
40 | */ |
||
41 | use EeCategoryObserverTrait; |
||
42 | |||
43 | /** |
||
44 | * Temporarily persist's the IDs of the passed category. |
||
45 | * |
||
46 | * @param array $category The category to temporarily persist the IDs for |
||
47 | * |
||
48 | * @return void |
||
49 | */ |
||
50 | protected function setIds(array $category) |
||
54 | |||
55 | /** |
||
56 | * Return's the PK to of the product. |
||
57 | * |
||
58 | * @return integer The PK to create the relation with |
||
59 | */ |
||
60 | protected function getPrimaryKey() |
||
64 | } |
||
65 |