ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
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
23
use
ILIAS\UI\Component
;
24
use
ILIAS\UI\Component\Divider
;
25
29
interface
Factory
30
{
69
public
function
drilldown
(
string
$label, array $items):
Drilldown
;
70
104
public
function
sub
(
string
$label, array $items):
Sub
;
105
}
ILIAS\UI\examples\Menu\Drilldown\drilldown
drilldown()
Definition:
drilldown.php:7
ILIAS\UI\Component\Divider
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Factory
ILIAS\UI\Component\Menu\Sub
This describes a Submenu, i.e.
Definition:
Sub.php:26
ILIAS\UI\examples\Menu\Sub\sub
sub()
Definition:
sub.php:7
ILIAS\UI\Component\Menu
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Drilldown.php:21
ILIAS\UI\Component\Menu\Drilldown
This describes a Drilldown Menu Control.
Definition:
Drilldown.php:28
src
UI
Component
Menu
Factory.php
Generated on Wed Sep 3 2025 22:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)