ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilButtonToSplitButtonMenuItemAdapter.php
Go to the documentation of this file.
1<?php
2
26{
28
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}
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...
button(string $caption, string $cmd)