1 | <?php |
||
12 | final class Module implements |
||
13 | ConfigProviderInterface, |
||
14 | DependencyIndicatorInterface, |
||
15 | InitProviderInterface |
||
16 | 1 | { |
|
17 | /** |
||
18 | 1 | * {@inheritDoc} |
|
19 | 1 | */ |
|
20 | 1 | public function getConfig() |
|
24 | 1 | ||
25 | 1 | /** |
|
26 | * {@inheritDoc} |
||
27 | */ |
||
28 | public function getModuleDependencies() |
||
32 | 1 | ||
33 | /** |
||
34 | * {@inheritDoc} |
||
35 | */ |
||
36 | public function init(ModuleManagerInterface $manager) |
||
46 | } |
||
47 |