| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | class ModuleLoader |
||
| 28 | { |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Load Modules |
||
| 32 | * @param \Quantum\Router\Router $router |
||
| 33 | * @throws \Quantum\Exceptions\DiException |
||
| 34 | * @throws \Quantum\Exceptions\ModuleLoaderException |
||
| 35 | * @throws \Quantum\Exceptions\RouteException |
||
| 36 | * @throws \ReflectionException |
||
| 37 | */ |
||
| 38 | public static function loadModulesRoutes(Router $router) |
||
| 66 |