| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class CombinedProductImagePropelWriterPlugin extends AbstractPlugin implements DataSetWriterPluginInterface |
||
|
|
|||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param \Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface $dataSet |
||
| 25 | * |
||
| 26 | * @return void |
||
| 27 | */ |
||
| 28 | public function write(DataSetInterface $dataSet): void |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @return void |
||
| 35 | */ |
||
| 36 | public function flush(): void |
||
| 41 |
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.