1 | <?php |
||
19 | class Module implements ConfigProviderInterface, DependencyIndicatorInterface |
||
20 | { |
||
21 | const DEFAULT_LAYOUT = 'noiselabs/zf-debug-utils/layout'; |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function getModuleDependencies() |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function getConfig() |
||
38 | } |
||
39 |