1 | <?php |
||
8 | class Module extends \humhub\components\Module |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * On Init of Dashboard Sidebar, add the widget |
||
13 | * |
||
14 | * @param type $event |
||
15 | */ |
||
16 | public static function onLayoutAddonsInit($event) |
||
22 | |||
23 | public static function showPrivacybox() |
||
35 | |||
36 | |||
37 | public function getConfigUrl() |
||
41 | |||
42 | } |
||
43 |