ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilRepositoryGUI. More...
Public Member Functions | |
__construct () | |
Constructor public. More... | |
executeCommand () | |
execute command More... | |
show () | |
frameset () | |
output tree frameset More... | |
showTree () | |
display tree view More... | |
Data Fields | |
$lng | |
$ilias | |
$tpl | |
$tree | |
$rbacsystem | |
$cur_ref_id | |
$cmd | |
$mode | |
$ctrl | |
Class ilRepositoryGUI.
ilRepositoryGUI: ilObjGroupGUI, ilObjFolderGUI, ilObjFileGUI, ilObjCourseGUI, ilCourseObjectivesGUI ilRepositoryGUI: ilObjSAHSLearningModuleGUI, ilObjChatroomGUI, ilObjForumGUI ilRepositoryGUI: ilObjLearningModuleGUI, ilObjGlossaryGUI ilRepositoryGUI: ilObjQuestionPoolGUI, ilObjSurveyQuestionPoolGUI, ilObjTestGUI ilRepositoryGUI: ilObjSurveyGUI, ilObjExerciseGUI, ilObjMediaPoolGUI, ilObjFileBasedLMGUI ilRepositoryGUI: ilObjCategoryGUI, ilObjRoleGUI, ilObjBlogGUI ilRepositoryGUI: ilObjLinkResourceGUI ilRepositoryGUI: ilObjRootFolderGUI, ilObjMediaCastGUI, ilObjRemoteCourseGUI, ilObjSessionGUI ilRepositoryGUI: ilObjCourseReferenceGUI, ilObjCategoryReferenceGUI, ilObjDataCollectionGUI, ilObjGroupReferenceGUI ilRepositoryGUI: ilObjPollGUI, ilObjRemoteCategoryGUI, ilObjRemoteWikiGUI, ilObjRemoteLearningModuleGUI ilRepositoryGUI: ilObjRemoteGlossaryGUI, ilObjRemoteFileGUI, ilObjRemoteGroupGUI ilRepositoryGUI: ilObjRemoteTestGUI, ilObjCloudGUI, ilObjPortfolioTemplateGUI ilRepositoryGUI: ilObjStudyProgrammeGUI ilRepositoryGUI: ilObjIndividualAssessmentGUI
Definition at line 29 of file class.ilRepositoryGUI.php.
ilRepositoryGUI::__construct | ( | ) |
Constructor public.
Definition at line 45 of file class.ilRepositoryGUI.php.
References $_GET, $_POST, $_SESSION, $cur_ref_id, $ilCtrl, $ilias, $ilLog, $lng, $rbacsystem, $tpl, $tree, ilObject\_lookupType(), array, and ilUtil\isAPICall().
ilRepositoryGUI::executeCommand | ( | ) |
execute command
Definition at line 177 of file class.ilRepositoryGUI.php.
References $_GET, $_POST, $_SESSION, $cmd, $ilCtrl, $ilias, $lng, $rbacsystem, ilObject\_lookupType(), frameset(), ilLoggerFactory\getLogger(), ilHelpGUI\ID_PART_SCREEN, ilObject2GUI\REPOSITORY_NODE_ID, show(), and showTree().
ilRepositoryGUI::frameset | ( | ) |
output tree frameset
Definition at line 359 of file class.ilRepositoryGUI.php.
Referenced by executeCommand().
ilRepositoryGUI::show | ( | ) |
Definition at line 347 of file class.ilRepositoryGUI.php.
References $ret.
Referenced by executeCommand().
ilRepositoryGUI::showTree | ( | ) |
display tree view
Definition at line 370 of file class.ilRepositoryGUI.php.
References $_GET, $ilCtrl, $ilSetting, $lng, $n, $nd, $output, $path, $title, $tree, ilObject\_getIcon(), ilObject\_lookupObjId(), ilObject\_lookupType(), array, exit, ilUtil\getStyleSheetLocation(), and iljQueryUtil\initjQuery().
Referenced by executeCommand().
ilRepositoryGUI::$cmd |
Definition at line 37 of file class.ilRepositoryGUI.php.
Referenced by executeCommand().
ilRepositoryGUI::$ctrl |
Definition at line 39 of file class.ilRepositoryGUI.php.
ilRepositoryGUI::$cur_ref_id |
Definition at line 36 of file class.ilRepositoryGUI.php.
Referenced by __construct().
ilRepositoryGUI::$ilias |
Definition at line 32 of file class.ilRepositoryGUI.php.
Referenced by __construct(), and executeCommand().
ilRepositoryGUI::$lng |
Definition at line 31 of file class.ilRepositoryGUI.php.
Referenced by __construct(), executeCommand(), frameset(), and showTree().
ilRepositoryGUI::$mode |
Definition at line 38 of file class.ilRepositoryGUI.php.
ilRepositoryGUI::$rbacsystem |
Definition at line 35 of file class.ilRepositoryGUI.php.
Referenced by __construct(), and executeCommand().
ilRepositoryGUI::$tpl |
Definition at line 33 of file class.ilRepositoryGUI.php.
Referenced by __construct().
ilRepositoryGUI::$tree |
Definition at line 34 of file class.ilRepositoryGUI.php.
Referenced by __construct(), and showTree().