| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class ControllerDiscovery implements ControllerDiscoveryInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @return array<string, ControllerInterface> |
||
| 13 | */ |
||
| 14 | public function getControllers(ModuleEnum $module, bool $isViewController): array |
||
| 24 | } |
||
| 25 | |||
| 26 | private function getContainerIdentifier(string $module, bool $isViewController): string |
||
| 35 |