Go to the source code of this file.
◆ $container [1/6]
Definition at line 13 of file wac.php.
Referenced by ilRestServer\__construct(), ilSystemStyleOverviewGUI\confirmDelete(), ilObjBadgeAdministrationGUI\confirmDeleteObjectBadges(), ilSystemStyleOverviewGUI\copyStyle(), ilSystemStyleOverviewGUI\deleteStyle(), ilSystemStyleOverviewGUI\deleteStyles(), ilSystemStyleOverviewGUI\export(), ilObjectBadgeTableGUI\getItems(), ilLearningSequenceConditionController\getSequencedItems(), ilInitialisation\initRefinery(), ilSystemStyleOverviewGUI\saveNewSubStyle(), ilSystemStyleOverviewGUI\saveNewSystemStyle(), ilSystemStyleSettingsGUI\saveStyle(), ilSystemStyleSettingsGUI\saveSubStyle(), ilWACCheckingInstanceTest\setUp(), ilWACTokenTest\setUp(), ilObjectCopyGUI\showSourceSelectionTree(), ilSystemStyleSkinContainerTest\testAddStyle(), ilSystemStyleSkinContainerTest\testCopySkin(), ilSystemStyleSkinContainerTest\testCreateDelete(), ilSystemStyleSkinContainerTest\testDeleteSkin(), ilSystemStyleSkinContainerTest\testDeleteStyle(), ilSystemStyleSkinContainerTest\testGenerateFromId(), ilSystemStyleSkinContainerTest\testImportSkin(), ilSystemStyleSkinContainerTest\testUpdateSkin(), ilSystemStyleSkinContainerTest\testUpdateStyle(), and ilStudyProgrammeTypeDBRepository\updateRowTypeTranslationDB().
◆ $container [2/6]
$container[ 'http.request_factory'] |
Initial value: return new \ILIAS\HTTP\Request\RequestFactoryImpl();
}
Definition at line 16 of file wac.php.
◆ $container [3/6]
$container[ 'http.response_factory'] |
Initial value: return new \ILIAS\HTTP\Response\ResponseFactoryImpl();
}
Definition at line 20 of file wac.php.
◆ $container [4/6]
$container[ 'http.cookie_jar_factory'] |
Initial value: return new \ILIAS\HTTP\Cookies\CookieJarFactoryImpl();
}
Definition at line 24 of file wac.php.
◆ $container [5/6]
$container[ 'http.response_sender_strategy'] |
Initial value: return new \ILIAS\HTTP\Response\Sender\DefaultResponseSenderStrategy();
}
Definition at line 28 of file wac.php.
◆ $container [6/6]
Initial value: return new \ILIAS\DI\HTTPServices(
$c[
'http.response_sender_strategy'],
$c[
'http.cookie_jar_factory'],
$c[
'http.request_factory'],
$c[
'http.response_factory']
);
}
Definition at line 32 of file wac.php.
◆ $globalHttpState
ILIAS HTTP GlobalHttpState $globalHttpState = $container['http'] |
◆ $GLOBALS
$GLOBALS["DIC"] = $container |