Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class Doctrine extends BaseExecutor implements CommandExecutor |
||
11 | { |
||
12 | const EXECUTION_STRATEGY = 'Doctrine'; |
||
13 | |||
14 | public function getExecuteCommandCallable($sql) |
||
15 | { |
||
16 | /// @todo |
||
17 | throw new \Exception('Not implemented yet'); |
||
18 | } |
||
19 | |||
20 | public function resultSetToArray($data) |
||
24 | } |
||
25 | } |
||
26 |