Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function publishWithTimestamp(array $productAbstractIdTimestampMap): void |
||
31 | { |
||
32 | if (!method_exists($this->productPageSearchFacade, 'publishWithTimestamp') === false) { |
||
33 | $this->productPageSearchFacade->refresh(array_keys($productAbstractIdTimestampMap)); |
||
34 | } |
||
35 | |||
36 | $this->productPageSearchFacade->publishWithTimestamp($productAbstractIdTimestampMap); |
||
37 | } |
||
39 |