18 declare(strict_types=1);
48 $this->checkInputListElements(
'inputs', $inputs, [ViewControlInputInterface::class]);
59 $clone->setInputs($this->
nameInputs($source, $clone->getName()));
76 $clone = parent::withOnChange($change_signal);
77 $clone->setInputs(array_map(
static fn($i) => $i->withOnChange($change_signal), $clone->getInputs()));
91 return $this->language;
96 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.
Refinery Factory $refinery