| 1 | <?php |
||
| 19 | class Module implements ConfigProviderInterface |
||
| 20 | { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritDoc} |
||
| 24 | */ |
||
| 25 | public function init(ModuleManager $e) |
||
| 39 | |||
| 40 | |||
| 41 | /** |
||
| 42 | * Expected to return \Zend\ServiceManager\Config object or array to |
||
| 43 | * seed such an object. |
||
| 44 | * |
||
| 45 | * @return array |
||
| 46 | */ |
||
| 47 | public function getConfig() |
||
| 51 | } |
||
| 52 |