Conditions | 2 |
Paths | 2 |
Total Lines | 11 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function mutate(Handler $ajaxcom): Handler |
||
31 | { |
||
32 | try { |
||
33 | $html = $this->renderBlock->render($this->block, $this->view, $this->parameters); |
||
34 | } catch (AjaxcomException $exception) { |
||
|
|||
35 | |||
36 | } |
||
37 | |||
38 | $ajaxcom->container($this->block->getId())->append($html); |
||
39 | |||
40 | return $ajaxcom; |
||
41 | } |
||
50 |