46 return $this[
"ilCtrl"];
56 return $this[
"ilUser"];
66 return $this[
"ilAccess"];
106 return $this[
"ilToolbar"];
116 return $this[
"ilTabs"];
136 return $this[
"ilSetting"];
147 return $this[
'filesystem'];
158 return $this[
'upload'];
176 return $this[
'global_screen'];
185 return $this[
'http'];
193 return $this[
'ilAppEventHandler'];
201 return $this[
'ilIliasIniFile'];
209 return $this[
'ilClientIniFile'];
217 return $this[
'styleDefinition'];
225 return $this[
'ilHelp'];
233 return new \ilAsqFactory();
251 return new \ilLearningHistoryService(
281 return new \ilExerciseFactory();
298 return $this[
'refinery'];
307 return new \ilUIService($this->
http()->request(), $this->
ui());
316 return new \ilBookingManagerService();
344 }
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.