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