18 declare(strict_types=1);
51 $this->checkInputListElements(
'inputs', $inputs, [ViewControlInputInterface::class]);
62 $clone->setInputs($this->
nameInputs($source, $clone->getName()));
79 $clone = parent::withOnChange($change_signal);
80 $clone->setInputs(array_map(
static fn (
$i) =>
$i->withOnChange($change_signal), $clone->getInputs()));
94 return $this->language;
99 return $this->data_factory;
A result encapsulates a value or an error and simplifies the handling of those.
A result encapsulates a value or an error and simplifies the handling of those.
__construct(Container $dic, ilPlugin $plugin)
Refinery Factory $refinery