19 declare(strict_types=1);
51 $input = $this->ui_factory
52 ->numeric($this->getInputLabelFromElement($this->presenter, $element, $context_element))
54 $this->
refinery->int()->isGreaterThanOrEqual(0)
58 $this->refinery->kindlyTo()->string(),
62 return $this->addConstraintsFromElement(
63 $this->constraint_dictionary,
65 $this->addValueFromElement($element, $input)
73 return $this->
rawInput($element, $context_element);
81 return $this->
rawInput($element, $context_element);
__construct(Container $dic, ilPlugin $plugin)