1 | <?php |
||
35 | class ProductLinkAttributeDecimalUpdateProcessor extends AbstractUpdateProcessor |
||
36 | { |
||
37 | |||
38 | /** |
||
39 | * Return's the array with the SQL statements that has to be prepared. |
||
40 | * |
||
41 | * @return array The SQL statements to be prepared |
||
42 | * @see \TechDivision\Import\Actions\Processors\AbstractBaseProcessor::getStatements() |
||
43 | */ |
||
44 | protected function getStatements() |
||
52 | } |
||
53 |