GUI class for learning module editor.
More...
GUI class for learning module editor.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de @ilCtrl_Calls ilLMEditorGUI: ilObjLearningModuleGUI
Definition at line 26 of file class.ilLMEditorGUI.php.
◆ checkRequestParameters()
ilLMEditorGUI::checkRequestParameters |
( |
| ) |
|
|
protected |
Check request parameters.
- Exceptions
-
Definition at line 110 of file class.ilLMEditorGUI.php.
110 : void
111 {
112 $forwards_to_role = $this->
ctrl->checkCurrentPathForClass(
"ilobjrolegui");
113
115 throw new ilException(
"Object ID does not match learning module.");
116 }
118 throw new ilException(
"Active node does not match learning module.");
119 }
120 }
Base class for ILIAS Exception handling.
static _lookupContObjID(int $a_id)
get learning module id for lm object
References ilLMObject\_lookupContObjID(), and ILIAS\Repository\ctrl().
◆ displayLocator()
ilLMEditorGUI::displayLocator |
( |
| ) |
|
◆ main_header()
ilLMEditorGUI::main_header |
( |
| ) |
|
output main header (title and locator)
Definition at line 195 of file class.ilLMEditorGUI.php.
195 : void
196 {
197 $this->tpl->loadStandardTemplate();
198
199
200 $this->content_style_gui->addCss(
201 $this->tpl,
202 $this->lm_obj->getRefId()
203 );
204
205
206 $this->tpl->setCurrentBlock("SyntaxStyle");
207 $this->tpl->setVariable(
208 "LOCATION_SYNTAX_STYLESHEET",
210 );
211 $this->tpl->parseCurrentBlock();
212 }
static getSyntaxStylePath()
References ilObjStyleSheet\getSyntaxStylePath().
◆ showTree()
ilLMEditorGUI::showTree |
( |
| ) |
|
Show tree.
Definition at line 182 of file class.ilLMEditorGUI.php.
182 : void
183 {
185
187
189 $exp->handleCommand();
190 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
References $tpl, and ilLMEditGSToolProvider\SHOW_TREE.
◆ $content_style_gui
ILIAS Style Content GUIService ilLMEditorGUI::$content_style_gui |
|
protected |
◆ $ctrl
◆ $help
◆ $lm_obj
◆ $lng
◆ $nav_history
◆ $obj_id
int ilLMEditorGUI::$obj_id |
|
protected |
◆ $objDefinition
◆ $rbacsystem
◆ $ref_id
int ilLMEditorGUI::$ref_id |
|
protected |
◆ $request
◆ $requested_active_node
int ilLMEditorGUI::$requested_active_node = 0 |
|
protected |
◆ $to_page
bool ilLMEditorGUI::$to_page = false |
|
protected |
◆ $tool_context
ILIAS GlobalScreen ScreenContext ContextServices ilLMEditorGUI::$tool_context |
|
protected |
◆ $tpl
◆ $tree
The documentation for this class was generated from the following file: