ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Sub.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 
7 
8 use \ILIAS\UI\Component\Component;
10 
14 interface Sub extends LabeledMenu
15 {
19  public function withInitiallyActive() : Sub;
20 
24  public function isInitiallyActive() : bool;
25 }
isInitiallyActive()
Is this initially active?
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
This describes a Menu Control with a label.
Definition: LabeledMenu.php:13
This describes a Submenu, i.e.
Definition: Sub.php:14
withInitiallyActive()
Configure this Submenu to be active when the menu is loaded.