| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | 3 | protected function reply(string $element) : Response |
|
| 32 | { |
||
| 33 | 3 | $this->_view_toolbar->add_item([ |
|
| 34 | 3 | MIDCOM_TOOLBAR_URL => $this->get_object_url(), |
|
| 35 | 3 | MIDCOM_TOOLBAR_LABEL => sprintf($this->_l10n->get('back to %s'), $this->resolve_object_title()), |
|
| 36 | 3 | MIDCOM_TOOLBAR_GLYPHICON => 'eject', |
|
| 37 | ]); |
||
| 38 | 3 | return $this->show($element); |
|
| 39 | } |
||
| 54 |