ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
SwitchableGroup.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
26 interface SwitchableGroup extends Group
27 {
35  public function withDisabledGroupSwitch(bool $flag): self;
36 }
withDisabledGroupSwitch(bool $flag)
Setting withDisabledGroupSwitch to true, the first-level options will be disabled, but the lower inputs will still be operable.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Checkbox.php:21
This describes switchable group inputs.