1 | <?php |
||
34 | class ProductUpdateProcessor extends \TechDivision\Import\Product\Actions\Processors\ProductUpdateProcessor |
||
35 | { |
||
36 | |||
37 | /** |
||
38 | * Update's the passed row. |
||
39 | * |
||
40 | * @param array $row The row to update |
||
41 | * @param string|null $name The name of the prepared statement that has to be executed |
||
42 | * |
||
43 | * @return string The ID of the updated product |
||
44 | */ |
||
45 | public function execute($row, $name = null) |
||
50 | } |
||
51 |