ILIAS  release_8 Revision v8.25-1-g13de6a5eca6
Combined.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
21
23use ILIAS\UI\Component\Button\Bulky as IBulkyButton;
24use ILIAS\UI\Component\Link\Bulky as IBulkyLink;
25
29interface Combined extends Slate
30{
34 public function withAdditionalEntry($entry): Combined;
35}
This describes a bulky button.
Definition: Bulky.php:29
This describes the Combined Slate.
Definition: Combined.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Combined.php:20