18 declare(strict_types=1);
38 protected C\
Input\Field\Node\NodeRetrieval $node_retrieval,
40 ?
string $byline =
null 46 $dynamic_input_template,
54 return $this->node_retrieval;
59 return static fn(
$id) =>
'';
64 if ($this->requirement_constraint !==
null) {
68 return $this->
refinery->logical()->logicalOr([
69 $this->
refinery->numeric()->isNumeric(),
70 $this->
refinery->string()->hasMinLength(1),
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...
withProblemBuilder(callable $builder)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)