| Total Complexity | 5 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 5 | class SchemaHelper |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @return mixed |
||
| 9 | */ |
||
| 10 | public function getArguments() |
||
| 13 | } |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @return mixed |
||
| 17 | */ |
||
| 18 | public function getConnection() |
||
| 19 | { |
||
| 20 | return $this->connection; |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return mixed |
||
| 25 | */ |
||
| 26 | public function getConfig() |
||
| 27 | { |
||
| 28 | return $this->config; |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return mixed |
||
| 33 | */ |
||
| 34 | public function getDriver() |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return string |
||
| 41 | */ |
||
| 42 | public function getGrammarPath() |
||
| 47 | } |