Total Complexity | 4 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class AppendContent implements MutatorInterface, RenderableInterface |
||
17 | { |
||
18 | use RenderableTrait; |
||
19 | |||
20 | /** @var Block */ |
||
21 | private $block; |
||
22 | /** @var RenderBlock */ |
||
23 | private $renderBlock; |
||
24 | |||
25 | public function __construct(RenderBlock $renderBlock) |
||
28 | } |
||
29 | |||
30 | public function mutate(Handler $ajaxcom): Handler |
||
41 | } |
||
42 | |||
43 | public function add(string $id): self |
||
50 |