40 if (!class_exists($class_name)) {
44 $task = $this->injector->createInstance($class_name);
47 if ($i instanceof
Task) {
48 return $i->getOutput();
50 if ($i instanceof
Value) {
54 return $this->wrapValue($i);
57 $task->setInput($wrappedInput);
createTask(string $class_name, ?array $input=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class NotFoundUserInteraction.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(protected Injector $injector)