Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
44 | protected function getStatements() |
||
45 | { |
||
46 | |||
47 | // return the array with the SQL statements that has to be prepared |
||
48 | return array( |
||
49 | SqlStatementKeys::CREATE_PRODUCT_LINK_ATTRIBUTE_DECIMAL => $this->loadStatement(SqlStatementKeys::CREATE_PRODUCT_LINK_ATTRIBUTE_DECIMAL) |
||
50 | ); |
||
51 | } |
||
52 | } |
||
53 |