|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
GUI class for learning module editor. More...
Collaboration diagram for ilLMEditorGUI:Public Member Functions | |
| ilLMEditorGUI () | |
| Constructor @access public. More... | |
| & | executeCommand () |
| execute command More... | |
| showTree () | |
| Show tree. More... | |
| main_header ($a_type) | |
| output main header (title and locator) More... | |
| displayLocator () | |
| display locator More... | |
Data Fields | |
| $ilias | |
| $tpl | |
| $lng | |
| $objDefinition | |
| $ref_id | |
| $lm_obj | |
| $tree | |
| $obj_id | |
GUI class for learning module editor.
@ilCtrl_Calls ilLMEditorGUI: ilObjDlBookGUI, ilObjLearningModuleGUI
Definition at line 22 of file class.ilLMEditorGUI.php.
| ilLMEditorGUI::displayLocator | ( | ) |
display locator
Definition at line 234 of file class.ilLMEditorGUI.php.
References $lng, $row, $t, ilObject\_lookupObjId(), ilObject\_lookupType(), and ilUtil\getImagePath().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilLMEditorGUI::executeCommand | ( | ) |
execute command
Definition at line 85 of file class.ilLMEditorGUI.php.
References $_GET, $cmd, $ret, displayLocator(), main_header(), and showTree().
Here is the call graph for this function:| ilLMEditorGUI::ilLMEditorGUI | ( | ) |
Constructor @access public.
Definition at line 43 of file class.ilLMEditorGUI.php.
References $_GET, $ilCtrl, $ilias, $lng, $objDefinition, and $tpl.
| ilLMEditorGUI::main_header | ( | $a_type | ) |
output main header (title and locator)
Definition at line 210 of file class.ilLMEditorGUI.php.
References $lng, ilObjStyleSheet\getContentStylePath(), and ilObjStyleSheet\getSyntaxStylePath().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMEditorGUI::showTree | ( | ) |
Show tree.
return
Definition at line 195 of file class.ilLMEditorGUI.php.
References $tpl.
Referenced by executeCommand().
Here is the caller graph for this function:| ilLMEditorGUI::$ilias |
Definition at line 29 of file class.ilLMEditorGUI.php.
Referenced by ilLMEditorGUI().
| ilLMEditorGUI::$lm_obj |
Definition at line 34 of file class.ilLMEditorGUI.php.
| ilLMEditorGUI::$lng |
Definition at line 31 of file class.ilLMEditorGUI.php.
Referenced by displayLocator(), ilLMEditorGUI(), and main_header().
| ilLMEditorGUI::$obj_id |
Definition at line 37 of file class.ilLMEditorGUI.php.
| ilLMEditorGUI::$objDefinition |
Definition at line 32 of file class.ilLMEditorGUI.php.
Referenced by ilLMEditorGUI().
| ilLMEditorGUI::$ref_id |
Definition at line 33 of file class.ilLMEditorGUI.php.
| ilLMEditorGUI::$tpl |
Definition at line 30 of file class.ilLMEditorGUI.php.
Referenced by ilLMEditorGUI(), and showTree().
| ilLMEditorGUI::$tree |
Definition at line 36 of file class.ilLMEditorGUI.php.