Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class TestApplication2 extends \Mezon\Application\Application |
||
9 | { |
||
10 | |||
11 | var $counter = 0; |
||
12 | |||
13 | /** |
||
14 | * Method loads routes from config file in *.php or *.json format |
||
15 | * |
||
16 | * @param string $configPath |
||
17 | * Path of the config for routes |
||
18 | */ |
||
19 | public function loadRoutesFromConfig(string $configPath): void |
||
24 |