ILIAS
release_8 Revision v8.19
|
Provides fluid interface to RBAC services. More...
Public Member Functions | |
__construct (Container $container) | |
factory () | |
Get the factory that crafts UI components. More... | |
renderer () | |
Get a renderer for UI components. More... | |
mainTemplate () | |
Get the ILIAS main template. More... | |
Protected Attributes | |
Container | $container |
Provides fluid interface to RBAC services.
Definition at line 23 of file UIServices.php.
ILIAS\DI\UIServices::__construct | ( | Container | $container | ) |
ILIAS\DI\UIServices::factory | ( | ) |
Get the factory that crafts UI components.
Definition at line 35 of file UIServices.php.
Referenced by ilObjSearchSettingsFormGUI\__construct(), ilStyleImageTableGUI\__construct(), ilObjSearchLuceneSettingsFormGUI\__construct(), ilWebDAVMountInstructionsUploadGUI\__construct(), ilPersonalSkillsGUI\assignMaterial(), ilContSkillMemberTableGUI\fillRow(), ilObjectListGUI\getAsCard(), ilObjectListGUI\getAsListItem(), ilAppointmentPresentationGUI\getHTML(), ILIAS\Export\PrintProcessGUI\getModalElements(), ilObjSkillTreeGUI\initTreeForm(), ilSkillTreeAdminGUI\listTrees(), ilContainerGUI\performPasteIntoMultipleObjectsObject(), ilDerivedTasksGUI\show(), and ilTestCorrectionsGUI\showQuestionList().
ILIAS\DI\UIServices::mainTemplate | ( | ) |
Get the ILIAS main template.
Definition at line 53 of file UIServices.php.
Referenced by ilExcRandomAssignmentGUI\__construct(), ilObjSearchSettingsFormGUI\__construct(), ilObjSearchLuceneSettingsFormGUI\__construct(), ILIAS\Export\PrintProcessGUI\getModalElements(), and ilTestCorrectionsGUI\showQuestionList().
ILIAS\DI\UIServices::renderer | ( | ) |
Get a renderer for UI components.
Definition at line 43 of file UIServices.php.
Referenced by ilObjSearchSettingsFormGUI\__construct(), ilStyleImageTableGUI\__construct(), ilObjSearchLuceneSettingsFormGUI\__construct(), ilWebDAVMountInstructionsUploadGUI\__construct(), ilPersonalSkillsGUI\assignMaterial(), ilObjSkillTreeGUI\create(), ilObjSkillTreeGUI\edit(), ilContSkillMemberTableGUI\fillRow(), ilObjectListGUI\getAsCard(), ilContainerGUI\performPasteIntoMultipleObjectsObject(), ilObjSkillTreeGUI\save(), ilDerivedTasksGUI\show(), and ilTestCorrectionsGUI\showQuestionList().
|
protected |
Definition at line 25 of file UIServices.php.
Referenced by ILIAS\DI\UIServices\__construct().