Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 87.5% |
Changes | 0 |
1 | <?php |
||
12 | trait DynamicLocator |
||
13 | { |
||
14 | /** |
||
15 | * @return \Xervice\Core\Business\Model\Facade\FacadeInterface |
||
16 | */ |
||
17 | 1 | public function getFacade(): FacadeInterface |
|
20 | } |
||
21 | |||
22 | /** |
||
23 | * @return \Xervice\Core\Business\Model\Locator\Proxy\LocatorProxy |
||
24 | */ |
||
25 | 1 | protected function getLocator(): LocatorProxy |
|
28 | } |
||
29 | |||
30 | /** |
||
31 | * @return string |
||
32 | * @throws \Xervice\Core\Business\Exception\ServiceNotFoundException |
||
33 | */ |
||
34 | 1 | protected function getServiceName(): string |
|
41 | } |
||
42 | } |