19 declare(strict_types=1);
36 protected array $options
38 $keys = array_keys($options);
39 $this->checkArgListElements(
'options', $keys,
'string');
40 $this->checkArgListElements(
'options', $options,
'string');
41 if (count($options) < 2) {
42 throw new \InvalidArgumentException(
'ModeViewControls must contain more than one option.');
45 $refinery->custom()->transformation(
46 static fn($v) => $v ?? array_key_first($options)
59 return $this->options;
65 $clone->label = $label;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)