38 $request = $DIC->exercise()->internal()->gui()->request();
39 $this->requested_ref_id = $request->getRefId();
41 $this->
lng = $DIC->language();
42 $this->
access = $DIC->access();
43 $this->tpl = $DIC[
"tpl"];
44 $this->nav_history = $DIC[
"ilNavigationHistory"];
45 $this->
ctrl = $DIC->ctrl();
58 $next_class = $this->
ctrl->getNextClass($this);
59 if ($next_class ==
"") {
60 $this->
ctrl->saveParameterByClass(ilObjExerciseGUI::class,
"ref_id");
61 $this->
ctrl->redirectByClass(ilObjExerciseGUI::class, $this->
ctrl->getCmd());
65 if ($ilAccess->checkAccess(
"read",
"", $this->requested_ref_id)) {
66 $ilNavigationHistory->addItem(
67 $this->requested_ref_id,
68 "ilias.php?baseClass=ilExerciseHandlerGUI&cmd=showOverview&ref_id=" . $this->requested_ref_id,
73 switch ($next_class) {
74 case 'ilobjexercisegui':
76 $this->
ctrl->forwardCommand($ex_gui);
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...
printToStdout(string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false)
Last visited history for repository items.
ilGlobalTemplateInterface $tpl
__construct(Container $dic, ilPlugin $plugin)
ilNavigationHistory $nav_history