ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilUiLinkToSplitButtonMenuItemAdapter.php
Go to the documentation of this file.
1 <?php
2 
21 
29 {
30  protected Button $link;
31  protected Renderer $renderer;
32 
33  public function __construct(Button $link, Renderer $renderer)
34  {
35  $this->link = $link;
36  $this->renderer = $renderer;
37  }
38 
39  public function getContent(): string
40  {
41  return $this->renderer->render([$this->link]);
42  }
43 }
renderer()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
link(string $caption, string $href, bool $new_viewport=false)