ILIAS  release_7 Revision v7.30-3-g800a261c036
Drilldown.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
4/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
5
7
10
14class Drilldown extends LabeledMenu implements IMenu\Drilldown
15{
19 protected $back_icon;
20
25 public function __construct($label, array $items)
26 {
28 $this->checkItemParameter($items);
29 $this->label = $label;
30 $this->items = $items;
31 }
32}
An exception for terminatinating execution or to throw for unit testing.
This describes a Drilldown Menu Control.
Definition: Drilldown.php:15
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.