|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Provides fluid interface to RBAC services. More...
Collaboration diagram for ILIAS\DI\UIServices: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 | ) |
Definition at line 28 of file UIServices.php.
References ILIAS\DI\UIServices\$container.
| ILIAS\DI\UIServices::factory | ( | ) |
Get the factory that crafts UI components.
Definition at line 36 of file UIServices.php.
Referenced by ilObjSearchSettingsFormGUI\__construct(), ilObjSearchLuceneSettingsFormGUI\__construct(), ilWebDAVMountInstructionsUploadGUI\__construct(), ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslationWorkflowForm\__construct(), ilPersonalSkillsGUI\assignMaterial(), ilAppointmentPresentationGUI\getHTML(), ilObjSkillTreeGUI\initTreeForm(), and ilDerivedTasksGUI\show().
Here is the caller graph for this function:| ILIAS\DI\UIServices::mainTemplate | ( | ) |
Get the ILIAS main template.
Definition at line 54 of file UIServices.php.
Referenced by ilObjSearchSettingsFormGUI\__construct(), ilObjSearchLuceneSettingsFormGUI\__construct(), and ilExcRandomAssignmentGUI\__construct().
Here is the caller graph for this function:| ILIAS\DI\UIServices::renderer | ( | ) |
Get a renderer for UI components.
Definition at line 44 of file UIServices.php.
Referenced by ilObjSearchSettingsFormGUI\__construct(), ilObjSearchLuceneSettingsFormGUI\__construct(), ilWebDAVMountInstructionsUploadGUI\__construct(), ilPersonalSkillsGUI\assignMaterial(), ilObjSkillTreeGUI\create(), ilObjSkillTreeGUI\edit(), ilObjSkillTreeGUI\save(), and ilDerivedTasksGUI\show().
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file UIServices.php.
Referenced by ILIAS\DI\UIServices\__construct().