28 protected \ILIAS\GlobalScreen\ScreenContext\ContextServices
$tool_context;
49 $this->rbacsystem = $DIC->rbac()->system();
50 $this->
help = $DIC->help();
51 $tpl = $DIC->ui()->mainTemplate();
52 $lng = $DIC->language();
53 $objDefinition = $DIC[
"objDefinition"];
54 $ilCtrl = $DIC->ctrl();
55 $rbacsystem = $DIC->rbac()->system();
56 $ilNavigationHistory = $DIC[
"ilNavigationHistory"];
68 $this->ref_id = $this->request->getRefId();
69 $this->obj_id = $this->request->getObjId();
72 if (!$rbacsystem->
checkAccess(
"write", $this->ref_id)) {
76 $this->
ctrl = $ilCtrl;
77 $this->tool_context = $DIC->globalScreen()->tool()->context();
79 $this->ctrl->saveParameter($this, array(
"ref_id",
"transl"));
89 $this->tree =
new ilLMTree($this->lm_obj->getId());
91 $ilNavigationHistory->addItem(
93 "ilias.php?baseClass=ilLMEditorGUI&ref_id=" . $this->ref_id,
97 $this->requested_active_node = $this->request->getActiveNode();
98 $this->to_page = $this->request->getToPage();
101 $cs = $DIC->contentStyle();
102 $this->content_style_gui = $cs->gui();
112 $forwards_to_role = $this->
ctrl->checkCurrentPathForClass(
"ilobjrolegui");
115 throw new ilException(
"Object ID does not match learning module.");
118 throw new ilException(
"Active node does not match learning module.");
127 public function executeCommand():
void 131 $this->tool_context->claim()->repository();
136 $loc = $DIC[
"ilLocator"];
137 $loc->addRepositoryItems($this->ref_id);
139 if ($this->to_page) {
140 $this->
ctrl->setParameterByClass(
"illmpageobjectgui",
"obj_id", $this->obj_id);
141 $this->
ctrl->redirectByClass(array(
"ilobjlearningmodulegui",
"illmpageobjectgui"),
"edit");
146 $next_class = $this->
ctrl->getNextClass($this);
149 $show_footer = ($cmd !==
"explorer");
151 switch ($next_class) {
152 case "ilobjlearningmodulegui":
156 $ret = $this->
ctrl->forwardCommand($lm_gui);
157 if (strcmp($cmd,
"explorer") != 0) {
170 $this->tpl->printToStdout();
174 $this->
ctrl->redirectByClass(array(
"ilobjlearningmodulegui"),
"");
189 $exp->handleCommand();
197 $this->tpl->loadStandardTemplate();
200 $this->content_style_gui->addCss(
202 $this->lm_obj->getRefId()
206 $this->tpl->setCurrentBlock(
"SyntaxStyle");
207 $this->tpl->setVariable(
208 "LOCATION_SYNTAX_STYLESHEET",
211 $this->tpl->parseCurrentBlock();
220 $this->tpl->setLocator();
int $requested_active_node
checkRequestParameters()
Check request parameters.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
GUI class for learning module editor.
EditingGUIRequest $request
ILIAS GlobalScreen ScreenContext ContextServices $tool_context
ILIAS Style Content GUIService $content_style_gui
loadLanguageModule(string $a_module)
Load language module.
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
main_header()
output main header (title and locator)
ilGlobalTemplateInterface $tpl
ilNavigationHistory $nav_history
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
ilObjLearningModule $lm_obj
ilObjectDefinition $objDefinition
displayLocator()
Display locator.
static getSyntaxStylePath()
Last visited history for repository items.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
static _lookupContObjID(int $a_id)
get learning module id for lm object