1 | <?php |
||
17 | class Module implements BootstrapListenerInterface, ConfigProviderInterface, AutoloaderProviderInterface |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * @inheritDoc |
||
22 | */ |
||
23 | 7 | public function onBootstrap(EventInterface $event) |
|
29 | |||
30 | /** |
||
31 | * @inheritDoc |
||
32 | */ |
||
33 | 10 | public function getConfig() |
|
37 | |||
38 | /** |
||
39 | * @inheritDoc |
||
40 | */ |
||
41 | 8 | public function getAutoloaderConfig() |
|
51 | } |
||
52 |