ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
Factory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
21 namespace ILIAS\UI\Component\Menu;
22 
25 
29 interface Factory
30 {
80  public function drilldown(string $label, array $items): Drilldown;
81 
115  public function sub(string $label, array $items): Sub;
116 }
drilldown(string $label, array $items)
description: purpose: > A Drilldown Menu offers a partial view on a larger set of hierarchically str...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This describes a Submenu, i.e.
Definition: Sub.php:26
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Drilldown.php:21
This describes a Drilldown Menu Control.
Definition: Drilldown.php:28
sub(string $label, array $items)
description: purpose: > Menus offer navigational options to the user.