1 | <?php |
||
11 | class DynamicModulesConfig extends AbstractConfig |
||
12 | { |
||
13 | const COMMAND_PROVIDER_FILTER = 'command.provider.filter'; |
||
14 | |||
15 | /** |
||
16 | * @return string |
||
17 | * @throws \Xervice\Config\Exception\ConfigNotFound |
||
18 | */ |
||
19 | public function getCommandProviderFilter() |
||
23 | |||
24 | /** |
||
25 | * @return string |
||
26 | * @throws \Xervice\Config\Exception\ConfigNotFound |
||
27 | */ |
||
28 | public function getApplicationPath() |
||
32 | |||
33 | /** |
||
34 | * @return array |
||
35 | * @throws \Xervice\Config\Exception\ConfigNotFound |
||
36 | */ |
||
37 | public function getNamespaces() : array |
||
43 | } |