|
ILIAS
release_8 Revision v8.24
|
GUI class for learning module editor. More...
Inheritance diagram for ilHTLMEditorGUI:
Collaboration diagram for ilHTLMEditorGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
Data Fields | |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilObjectDefinition | $objDefinition |
| int | $ref_id |
Protected Attributes | |
| StandardGUIRequest | $request |
| ilCtrl | $ctrl |
| ilRbacSystem | $rbacsystem |
| ilAccessHandler | $access |
| ilNavigationHistory | $nav_history |
GUI class for learning module editor.
Definition at line 26 of file class.ilHTLMEditorGUI.php.
| ilHTLMEditorGUI::__construct | ( | ) |
Definition at line 38 of file class.ilHTLMEditorGUI.php.
References $DIC, $lng, $objDefinition, $rbacsystem, $tpl, ILIAS\Repository\access(), ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Here is the call graph for this function:| ilHTLMEditorGUI::executeCommand | ( | ) |
Definition at line 74 of file class.ilHTLMEditorGUI.php.
References $access, $ctrl, $nav_history, $tpl, ILIAS\Repository\ctrl(), executeCommand(), and ilGlobalTemplateInterface\printToStdout().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file class.ilHTLMEditorGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 29 of file class.ilHTLMEditorGUI.php.
Referenced by executeCommand().
| ilLanguage ilHTLMEditorGUI::$lng |
Definition at line 34 of file class.ilHTLMEditorGUI.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilHTLMEditorGUI.php.
Referenced by executeCommand().
| ilObjectDefinition ilHTLMEditorGUI::$objDefinition |
Definition at line 35 of file class.ilHTLMEditorGUI.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilHTLMEditorGUI.php.
Referenced by __construct().
| int ilHTLMEditorGUI::$ref_id |
Definition at line 36 of file class.ilHTLMEditorGUI.php.
|
protected |
Definition at line 28 of file class.ilHTLMEditorGUI.php.
| ilGlobalTemplateInterface ilHTLMEditorGUI::$tpl |
Definition at line 33 of file class.ilHTLMEditorGUI.php.
Referenced by __construct(), and executeCommand().