ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 24 of file UIServices.php.
ILIAS\DI\UIServices::__construct | ( | Container | $container | ) |
ILIAS\DI\UIServices::factory | ( | ) |
Get the factory that crafts UI components.
Definition at line 36 of file UIServices.php.
Referenced by ilObjSearchSettingsFormGUI\__construct(), ilWebDAVMountInstructionsUploadGUI\__construct(), ilStyleImageTableGUI\__construct(), ilObjSearchLuceneSettingsFormGUI\__construct(), ilPersonalSkillsGUI\assignMaterial(), ilAppointmentPresentationGUI\getHTML(), ilObjSkillTreeGUI\initTreeForm(), ilContainerGUI\performPasteIntoMultipleObjectsObject(), and ilDerivedTasksGUI\show().
ILIAS\DI\UIServices::mainTemplate | ( | ) |
Get the ILIAS main template.
Definition at line 54 of file UIServices.php.
Referenced by ilExcRandomAssignmentGUI\__construct(), ilObjSearchSettingsFormGUI\__construct(), and ilObjSearchLuceneSettingsFormGUI\__construct().
ILIAS\DI\UIServices::renderer | ( | ) |
Get a renderer for UI components.
Definition at line 44 of file UIServices.php.
Referenced by ilObjSearchSettingsFormGUI\__construct(), ilWebDAVMountInstructionsUploadGUI\__construct(), ilStyleImageTableGUI\__construct(), ilObjSearchLuceneSettingsFormGUI\__construct(), ilPersonalSkillsGUI\assignMaterial(), ilObjSkillTreeGUI\create(), ilObjSkillTreeGUI\edit(), ilContainerGUI\performPasteIntoMultipleObjectsObject(), ilObjSkillTreeGUI\save(), and ilDerivedTasksGUI\show().
|
protected |
Definition at line 26 of file UIServices.php.
Referenced by ILIAS\DI\UIServices\__construct().