1 | <?php |
||
15 | class Main |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * Implements hook "route.list" |
||
20 | * @param mixed $routes |
||
21 | */ |
||
22 | public function hookRouteList(&$routes) |
||
41 | |||
42 | /** |
||
43 | * Implements hook "hook.cron" |
||
44 | */ |
||
45 | public function hookCronRunAfter() |
||
49 | |||
50 | /** |
||
51 | * Implements hook "user.role.permissions" |
||
52 | * @param array $permissions |
||
53 | */ |
||
54 | public function hookUserRolePermissions(array &$permissions) |
||
58 | |||
59 | /** |
||
60 | * Implements hook "job.handlers" |
||
61 | * @param mixed $handlers |
||
62 | */ |
||
63 | public function hookJobHandlers(array &$handlers) |
||
71 | |||
72 | } |
||
73 |