56 $component_factory =
$DIC[
"component.factory"];
65 $plugins = $component_factory->getActivePluginsInSlot(
"tsig");
66 $this->plugin = current($plugins);
67 $this->plugin->setGUIObject($this);
74 switch ($next_class) {
76 $ret = $this->dispatchCommand();
82 protected function dispatchCommand()
87 $active = $this->test->getActiveIdOfUser(
$ilUser->getId());
88 $pass = $this->test->_getMaxPass($active);
89 $key =
'signed_' . $active .
'_' . $pass;
95 $ret = $this->plugin->invoke($cmd);
151 public function redirectToTest($success)
158 $active = $this->test->getActiveIdOfUser(
$ilUser->getId());
159 $pass = $this->test->_getMaxPass($active);
160 $key =
'signed_' . $active .
'_' . $pass;
Class ilCtrl provides processing control methods.
getNextClass($a_gui_class=null)
@inheritDoc
getCmd(string $fallback_command=null)
@inheritDoc
static set(string $a_var, $a_val)
Set a value.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilTestOutputGUI $testOutputGUI)
setTestOutputGUI($testOutputGUI)