19declare(strict_types=1);
34 DataFactory $data_factory,
39 $this->checkArgListElements(
'options', $keys,
'string');
40 $this->checkArgListElements(
'options',
$options,
'string');
42 throw new \InvalidArgumentException(
'ModeViewControls must contain more than one option.');
45 $refinery->custom()->transformation(
46 static fn($v) => $v ?? array_key_first(
$options)
65 $clone->label = $label;
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc