Total Complexity | 5 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
12 | class Statement extends PDOStatement |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | public function bindParam($column, &$variable, $type = ParameterType::STRING, $length = null, $driverOptions = null) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function bindValue($param, $value, $type = ParameterType::STRING) |
||
36 |