ILIAS  release_8 Revision v8.24
class.ilUiLinkToSplitButtonMenuItemAdapter.php
Go to the documentation of this file.
1<?php
2
21
27{
28 protected Button $link;
30
32 {
33 $this->link = $link;
34 $this->renderer = $renderer;
35 }
36
37 public function getContent(): string
38 {
39 return $this->renderer->render([$this->link]);
40 }
41}
This describes commonalities between standard and primary buttons.
Definition: Button.php:32
An entity that renders components to a string output.
Definition: Renderer.php:31
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Bulky.php:21