| Total Complexity | 2 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class CombinedProductPricePropelWriterPlugin extends AbstractPlugin implements DataSetWriterPluginInterface |
||
|
|
|||
| 22 | { |
||
| 23 | public function write(DataSetInterface $dataSet): void |
||
| 24 | { |
||
| 25 | $this->getFacade()->writeCombinedProductPriceDataSet($dataSet); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function flush(): void |
||
| 31 | } |
||
| 32 | } |
||
| 33 |
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.