Total Complexity | 5 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 81.82% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class midgard_admin_asgard_handler_object_rcs extends midcom_services_rcs_handler |
||
18 | { |
||
19 | use midgard_admin_asgard_handler; |
||
20 | |||
21 | protected $style_prefix = 'midgard_admin_asgard_rcs_'; |
||
22 | |||
23 | protected $url_prefix = '__mfa/asgard/object/rcs/'; |
||
24 | |||
25 | protected function get_object_url() : string |
||
26 | { |
||
27 | return $this->router->generate('object_open', ['guid' => $this->object->guid]); |
||
28 | } |
||
29 | |||
30 | 3 | protected function get_breadcrumbs() : array |
|
34 | } |
||
35 | |||
36 | 3 | protected function reply(string $element) : Response |
|
39 | } |
||
40 | |||
41 | /** |
||
42 | * Load statics and l10n |
||
43 | */ |
||
44 | 3 | public function _on_initialize() |
|
52 |