1 | <?php |
||
15 | class Main |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * Implements hook "route.list" |
||
20 | * @param array $routes |
||
21 | */ |
||
22 | public function hookRouteList(array &$routes) |
||
31 | |||
32 | /** |
||
33 | * Implements hook "job.handlers" |
||
34 | * @param array $handlers |
||
35 | */ |
||
36 | public function hookJobHandlers(array &$handlers) |
||
44 | |||
45 | /** |
||
46 | * Implements hook "cron.run.after" |
||
47 | */ |
||
48 | public function hookCronRunAfter() |
||
52 | |||
53 | } |
||
54 |