|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilRepositoryGUI. More...
Collaboration diagram for ilRepositoryGUI:Public Member Functions | |
| __construct () | |
| Constructor @access public. More... | |
| executeCommand () | |
| execute command More... | |
| show () | |
| frameset () | |
| output tree frameset More... | |
| showTree () | |
| display tree view More... | |
| showRepTree () | |
| Show tree. More... | |
Data Fields | |
| $lng | |
| $tpl | |
| $tree | |
| $rbacsystem | |
| $cur_ref_id | |
| $cmd | |
| $mode | |
| $ctrl | |
Protected Attributes | |
| $objDefinition | |
| $log | |
| $user | |
| $settings | |
| $help | |
| $error | |
| $access | |
| $tool_context | |
Private Attributes | |
| $http | |
Class ilRepositoryGUI.
@ilCtrl_Calls ilRepositoryGUI: ilObjGroupGUI, ilObjFolderGUI, ilObjFileGUI, ilObjCourseGUI, ilCourseObjectivesGUI @ilCtrl_Calls ilRepositoryGUI: ilObjSAHSLearningModuleGUI, ilObjChatroomGUI, ilObjForumGUI @ilCtrl_Calls ilRepositoryGUI: ilObjLearningModuleGUI, ilObjGlossaryGUI @ilCtrl_Calls ilRepositoryGUI: ilObjQuestionPoolGUI, ilObjSurveyQuestionPoolGUI, ilObjTestGUI @ilCtrl_Calls ilRepositoryGUI: ilObjSurveyGUI, ilObjExerciseGUI, ilObjMediaPoolGUI, ilObjFileBasedLMGUI @ilCtrl_Calls ilRepositoryGUI: ilObjCategoryGUI, ilObjRoleGUI, ilObjBlogGUI @ilCtrl_Calls ilRepositoryGUI: ilObjLinkResourceGUI @ilCtrl_Calls ilRepositoryGUI: ilObjRootFolderGUI, ilObjMediaCastGUI, ilObjRemoteCourseGUI, ilObjSessionGUI @ilCtrl_Calls ilRepositoryGUI: ilObjCourseReferenceGUI, ilObjCategoryReferenceGUI, ilObjDataCollectionGUI, ilObjGroupReferenceGUI, ilObjStudyProgrammeReferenceGUI @ilCtrl_Calls ilRepositoryGUI: ilObjPollGUI, ilObjRemoteCategoryGUI, ilObjRemoteWikiGUI, ilObjRemoteLearningModuleGUI @ilCtrl_Calls ilRepositoryGUI: ilObjRemoteGlossaryGUI, ilObjRemoteFileGUI, ilObjRemoteGroupGUI @ilCtrl_Calls ilRepositoryGUI: ilObjRemoteTestGUI, ilObjCloudGUI, ilObjPortfolioTemplateGUI @ilCtrl_Calls ilRepositoryGUI: ilObjStudyProgrammeGUI @ilCtrl_Calls ilRepositoryGUI: ilObjIndividualAssessmentGUI @ilCtrl_Calls ilRepositoryGUI: ilObjLTIConsumerGUI @ilCtrl_Calls ilRepositoryGUI: ilObjCmiXapiGUI
Definition at line 33 of file class.ilRepositoryGUI.php.
| ilRepositoryGUI::__construct | ( | ) |
Constructor @access public.
Definition at line 88 of file class.ilRepositoryGUI.php.
References $_GET, $_POST, $_SESSION, $cur_ref_id, $DIC, $ilCtrl, $ilLog, $ilSetting, $ilUser, $lng, $objDefinition, $rbacsystem, $tpl, $tree, $type, ilObject\_lookupType(), error(), help(), ILIAS\FileDelivery\http(), ilUtil\isAPICall(), settings(), and user().
Here is the call graph for this function:| ilRepositoryGUI::executeCommand | ( | ) |
execute command
Definition at line 217 of file class.ilRepositoryGUI.php.
References $_GET, $_POST, $_SESSION, $cmd, $ctrl, $error, $help, $ilCtrl, $ilErr, $lng, $rbacsystem, ilObject\_lookupType(), frameset(), ilPublicSectionSettings\getInstance(), ilLoggerFactory\getLogger(), ilHelpGUI\ID_PART_SCREEN, ilObject2GUI\REPOSITORY_NODE_ID, show(), showTree(), and user().
Here is the call graph for this function:| ilRepositoryGUI::frameset | ( | ) |
output tree frameset
Definition at line 382 of file class.ilRepositoryGUI.php.
References $access, $ctrl, $ilCtrl, and $lng.
Referenced by executeCommand().
Here is the caller graph for this function:| ilRepositoryGUI::show | ( | ) |
Definition at line 371 of file class.ilRepositoryGUI.php.
References $ret.
Referenced by executeCommand().
Here is the caller graph for this function:| ilRepositoryGUI::showRepTree | ( | ) |
Show tree.
Definition at line 520 of file class.ilRepositoryGUI.php.
References exit.
| ilRepositoryGUI::showTree | ( | ) |
display tree view
Definition at line 395 of file class.ilRepositoryGUI.php.
References $_GET, $ctrl, $ilCtrl, $ilSetting, $lng, $n, $nd, $settings, $tree, ilObject\_lookupObjId(), ilObject\_lookupType(), exit, ilUtil\getStyleSheetLocation(), and iljQueryUtil\initjQuery().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 68 of file class.ilRepositoryGUI.php.
Referenced by frameset().
| ilRepositoryGUI::$cmd |
Definition at line 79 of file class.ilRepositoryGUI.php.
Referenced by executeCommand().
| ilRepositoryGUI::$ctrl |
Definition at line 81 of file class.ilRepositoryGUI.php.
Referenced by executeCommand(), frameset(), and showTree().
| ilRepositoryGUI::$cur_ref_id |
Definition at line 78 of file class.ilRepositoryGUI.php.
Referenced by __construct().
|
protected |
Definition at line 63 of file class.ilRepositoryGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 58 of file class.ilRepositoryGUI.php.
Referenced by executeCommand().
|
private |
Definition at line 82 of file class.ilRepositoryGUI.php.
| ilRepositoryGUI::$lng |
Definition at line 74 of file class.ilRepositoryGUI.php.
Referenced by __construct(), executeCommand(), frameset(), and showTree().
|
protected |
Definition at line 43 of file class.ilRepositoryGUI.php.
| ilRepositoryGUI::$mode |
Definition at line 80 of file class.ilRepositoryGUI.php.
|
protected |
Definition at line 38 of file class.ilRepositoryGUI.php.
Referenced by __construct().
| ilRepositoryGUI::$rbacsystem |
Definition at line 77 of file class.ilRepositoryGUI.php.
Referenced by __construct(), and executeCommand().
|
protected |
Definition at line 53 of file class.ilRepositoryGUI.php.
Referenced by showTree().
|
protected |
Definition at line 72 of file class.ilRepositoryGUI.php.
| ilRepositoryGUI::$tpl |
Definition at line 75 of file class.ilRepositoryGUI.php.
Referenced by __construct().
| ilRepositoryGUI::$tree |
Definition at line 76 of file class.ilRepositoryGUI.php.
Referenced by __construct(), and showTree().
|
protected |
Definition at line 48 of file class.ilRepositoryGUI.php.