| 1 | <?php |
||
| 13 | class Module |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * SensioLabsInsight |
||
| 17 | */ |
||
| 18 | const INSIGHT = '49aa984e-d392-4029-aebf-7e92ca7f55aa'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Get Config |
||
| 22 | * |
||
| 23 | * @return array |
||
| 24 | */ |
||
| 25 | public function getConfig() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * An array for Zend\Loader\AutoloaderFactory. |
||
| 32 | * |
||
| 33 | * @return array |
||
| 34 | */ |
||
| 35 | public function getAutoloaderConfig() |
||
| 48 | } |
||
| 49 |