| Total Complexity | 6 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class DatabaseHelper implements HelperInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var array |
||
| 14 | */ |
||
| 15 | private $databaseContainer; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | public function getMethodName(): string |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param \Xervice\Core\Locator\Proxy\ProxyInterface $proxy |
||
| 27 | * |
||
| 28 | * @return mixed|void |
||
| 29 | */ |
||
| 30 | public function getHelper(ProxyInterface $proxy) |
||
| 48 | } |
||
| 49 | } |