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