ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilButtonToSplitButtonMenuItemAdapter.php
Go to the documentation of this file.
1 <?php
2 
26 {
27  protected ilButtonBase $button;
28 
29  public function __construct(ilButtonBase $button)
30  {
31  $this->button = $button;
32  }
33 
34  public function getContent(): string
35  {
36  $this->button->applyDefaultCss(false);
37  return $this->button->render();
38  }
39 }
button(string $caption, string $cmd)
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...