ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
GUI class for learning module editor. More...
Public Member Functions | |
__construct () | |
Constructor public. More... | |
executeCommand () | |
showTree () | |
Show tree. More... | |
main_header ($a_type) | |
output main header (title and locator) More... | |
displayLocator () | |
display locator More... | |
Data Fields | |
$tpl | |
$lng | |
$objDefinition | |
$ref_id | |
$lm_obj | |
$tree | |
$obj_id | |
Protected Member Functions | |
checkRequestParameters () | |
Check request parameters. More... | |
Protected Attributes | |
$ctrl | |
$rbacsystem | |
$nav_history | |
$error | |
$help | |
GUI class for learning module editor.
ilLMEditorGUI: ilObjLearningModuleGUI
Definition at line 22 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::__construct | ( | ) |
Constructor public.
Definition at line 62 of file class.ilLMEditorGUI.php.
References $_GET, $DIC, $ilCtrl, $ilErr, $lng, $objDefinition, $rbacsystem, $tpl, array, checkRequestParameters(), ilObjectFactory\getInstanceByRefId(), and ilTree\setTableNames().
|
protected |
Check request parameters.
ilCtrlException | |
ilException |
Definition at line 119 of file class.ilLMEditorGUI.php.
References ilLMObject\_lookupContObjID().
Referenced by __construct().
ilLMEditorGUI::displayLocator | ( | ) |
display locator
Definition at line 242 of file class.ilLMEditorGUI.php.
References $key, $lng, $row, $t, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), and ilUtil\getImagePath().
Referenced by executeCommand().
ilLMEditorGUI::executeCommand | ( | ) |
ilCtrlException | |
ilException |
Definition at line 136 of file class.ilLMEditorGUI.php.
References $_GET, $help, $output, $ret, array, displayLocator(), header, main_header(), and showTree().
ilLMEditorGUI::main_header | ( | $a_type | ) |
output main header (title and locator)
Definition at line 215 of file class.ilLMEditorGUI.php.
References $lng, ilObjStyleSheet\getContentStylePath(), and ilObjStyleSheet\getSyntaxStylePath().
Referenced by executeCommand().
ilLMEditorGUI::showTree | ( | ) |
Show tree.
Definition at line 201 of file class.ilLMEditorGUI.php.
References $tpl.
Referenced by executeCommand().
|
protected |
Definition at line 27 of file class.ilLMEditorGUI.php.
|
protected |
Definition at line 42 of file class.ilLMEditorGUI.php.
|
protected |
Definition at line 47 of file class.ilLMEditorGUI.php.
Referenced by executeCommand().
ilLMEditorGUI::$lm_obj |
Definition at line 53 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::$lng |
Definition at line 50 of file class.ilLMEditorGUI.php.
Referenced by __construct(), displayLocator(), and main_header().
|
protected |
Definition at line 37 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::$obj_id |
Definition at line 56 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::$objDefinition |
Definition at line 51 of file class.ilLMEditorGUI.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilLMEditorGUI.php.
Referenced by __construct().
ilLMEditorGUI::$ref_id |
Definition at line 52 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::$tpl |
Definition at line 49 of file class.ilLMEditorGUI.php.
Referenced by __construct(), and showTree().
ilLMEditorGUI::$tree |
Definition at line 55 of file class.ilLMEditorGUI.php.