ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Drilldown.php
Go to the documentation of this file.
1
<?php
2
declare(strict_types=1);
3
4
/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
5
6
namespace
ILIAS\UI\Implementation\Component\Menu
;
7
8
use
ILIAS\UI\Component\Menu
as
IMenu
;
9
use
ILIAS\UI\Implementation\Component\JavaScriptBindable
;
10
14
class
Drilldown
extends
LabeledMenu
implements
IMenu\Drilldown
15
{
19
protected
$back_icon
;
20
25
public
function
__construct
(
$label
, array
$items
)
26
{
27
$this->
checkLabelParameter
(
$label
);
28
$this->
checkItemParameter
($items);
29
$this->label =
$label
;
30
$this->items =
$items
;
31
}
32
}
ILIAS\UI\Implementation\Component\Menu\LabeledMenu\checkLabelParameter
checkLabelParameter($label)
Definition:
LabeledMenu.php:44
ILIAS\UI\Implementation\Component\Menu\Drilldown
Drilldown Menu Control.
Definition:
Drilldown.php:14
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:12
ILIAS\UI\Implementation\Component\Menu\Drilldown\__construct
__construct($label, array $items)
Definition:
Drilldown.php:25
ILIAS\UI\Implementation\Component\Menu\Menu\checkItemParameter
checkItemParameter(array $items)
Definition:
Menu.php:36
ILIAS\UI\Implementation\Component\Menu\Menu\$items
$items
Definition:
Menu.php:23
ILIAS\UI\Implementation\Component\Menu\LabeledMenu
Basic Menu Control with a label.
Definition:
LabeledMenu.php:15
ILIAS\UI\Implementation\Component\Menu
Definition:
Drilldown.php:6
ILIAS\UI\Implementation\Component\Menu\Drilldown\$back_icon
$back_icon
Definition:
Drilldown.php:19
ILIAS\UI\Implementation\Component\Menu\LabeledMenu\$label
$label
Definition:
LabeledMenu.php:20
ILIAS\UI\Component\Menu
Definition:
Drilldown.php:6
ILIAS\UI\Component\Menu\Drilldown
This describes a Drilldown Menu Control.
Definition:
Drilldown.php:14
src
UI
Implementation
Component
Menu
Drilldown.php
Generated on Wed Sep 3 2025 21:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)