Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
35 | class EavAttributeGroupUpdateProcessor 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() |
||
53 |