19 declare(strict_types=1);
50 $this->checkInputListElements(
'inputs', $inputs, [ViewControlInputInterface::class]);
61 $clone->setInputs($this->
nameInputs($source, $clone->getName()));
78 $clone = parent::withOnChange($change_signal);
79 $clone->setInputs(
array_map(
static fn($i) => $i->withOnChange($change_signal), $clone->getInputs()));
93 return $this->language;
98 return $this->data_factory;
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A result encapsulates a value or an error and simplifies the handling of those.
__construct(Container $dic, ilPlugin $plugin)