| Total Complexity | 4 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class IndexModuleHandler extends ModuleHandler |
||
| 22 | { |
||
| 23 | use ExtendedSelfInstantiateTrait; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | public function getDefaultControllerName() |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | public function getModuleName() |
||
| 37 | { |
||
| 38 | return 'NotizNotiz_NotizNotizIndex'; |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Dynamically registers the controllers for existing entity notifications. |
||
| 43 | */ |
||
| 44 | public function registerEntityNotificationControllers() |
||
| 62 | } |
||
| 63 | } |
||
| 65 |