19 declare(strict_types=1);
60 if ($this->requirement_constraint !==
null) {
64 return $this->
refinery->numeric()->isNumeric();
72 return fn(
$id) =>
"$('#$id').on('input', function(event) { 73 il.UI.input.onFieldUpdate(event, '$id', $('#$id').val()); 75 il.UI.input.onFieldUpdate(event, '$id', $('#$id').val());";
91 if (is_int($stepsize) && is_float($this->stepsize)) {
95 if (is_float($stepsize) && is_int($this->stepsize)) {
104 $this->
refinery->kindlyTo()->null(),
111 $this->
refinery->kindlyTo()->null(),
112 $this->
refinery->kindlyTo()->float()
Interface Observer Contains several chained tasks and infos about them.
A constraint encodes some resrtictions on values.
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...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)