47 return $this[
"ilCtrl"];
57 return $this[
"ilUser"];
67 return $this[
"ilAccess"];
107 return $this[
"ilToolbar"];
117 return $this[
"ilTabs"];
137 return $this[
"ilSetting"];
148 return $this[
'filesystem'];
159 return $this[
'upload'];
177 return $this[
'global_screen'];
186 return $this[
'http'];
194 return $this[
'ilAppEventHandler'];
202 return $this[
'ilIliasIniFile'];
210 return $this[
'ilClientIniFile'];
218 return $this[
'styleDefinition'];
226 return $this[
'ilHelp'];
234 return new \ilAsqFactory();
252 return new \ilLearningHistoryService(
282 return new \ilExerciseFactory();
299 return $this[
'refinery'];
308 return new \ilUIService($this->
http()->request(), $this->
ui());
317 return new \ilBookingManagerService();
331 return $this[
'resource_storage'];
359 }
catch (\InvalidArgumentException
$e) {
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
access()
Get interface for access checks.
logger()
Get interface to get interfaces to different loggers.
database()
Get interface to the Database.
filesystem()
Get the Filesystem service interface.
user()
Get the current user.
language()
Get interface to the i18n service.
conditions()
Get conditions service.
ui()
Get the interface to get services from UI framework.
settings()
Get the interface to the settings.
ctrl()
Get the interface to the control structure.
repositoryTree()
Get interface to the repository tree.
toolbar()
Get interface to the toolbar.
isDependencyAvailable($name)
Note: Only use isDependencyAvailable if strictly required.
rbac()
Get interface to get interfaces to all things rbac.
tabs()
Get interface to the tabs.
upload()
Gets the file upload interface.
Provides fluid interface to RBAC services.
Provides fluid interface to RBAC services.
Provides fluid interface to RBAC services.
Wraps ilObject dependencies.
Class Filesystems The Filesystems interface defines the access methods which can be used to fetch the...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider \MainMenu\Provider.
Class ilAsqQuestionAuthoringFactory.