| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class Module |
||
| 21 | {
|
||
| 22 | |||
| 23 | /** |
||
| 24 | * Return an array for passing to Zend\Loader\AutoloaderFactory. |
||
| 25 | * |
||
| 26 | * @return array |
||
| 27 | */ |
||
| 28 | public function getAutoloaderConfig() |
||
| 35 | ), |
||
| 36 | |||
| 37 | ); |
||
| 38 | |||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Returns the module configuration to merge with application configuration |
||
| 43 | * |
||
| 44 | * @return array|\Traversable |
||
| 45 | */ |
||
| 46 | public function getConfig() |
||
| 52 |