| Conditions | 3 |
| Paths | 4 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 3.0261 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | 40 | public function get_response(string $element = null) : midcom_response_styled |
|
| 17 | { |
||
| 18 | 40 | if (isset($_GET['ajax'])) { |
|
| 19 | midcom::get()->skip_page_style = true; |
||
| 20 | } |
||
| 21 | 40 | $this->populate_breadcrumb_line(); |
|
|
|
|||
| 22 | 40 | if ($element) { |
|
| 23 | 26 | return $this->show($element, 'ASGARD_ROOT'); |
|
| 24 | } |
||
| 25 | 14 | return new midcom_response_styled(midcom_core_context::get(), 'ASGARD_ROOT'); |
|
| 26 | } |
||
| 44 |