Go to the source code of this file.
◆ $container [1/6]
Definition at line 13 of file wac.php.
Referenced by Slim\DeferredCallable\__construct(), Slim\CallableResolver\__construct(), ilAuthSOAP\__construct(), ilAuthCalendar\__construct(), ilAuthCalendarToken\__construct(), ilAuthECS\__construct(), ilAuthHTTP\__construct(), Slim\App\__construct(), ilSystemStyleOverviewGUI\confirmDelete(), ilObjBadgeAdministrationGUI\confirmDeleteObjectBadges(), ilSystemStyleOverviewGUI\copyStyle(), ilSystemStyleOverviewGUI\deleteStyle(), ilSystemStyleOverviewGUI\deleteStyles(), ilSystemStyleOverviewGUI\export(), ilStudyProgrammeType\getAllTypesArray(), Slim\App\getContainer(), SAML2\Compat\ContainerSingleton\getInstance(), ilObjectBadgeTableGUI\getItems(), ilLearningSequenceConditionController\getSequencedItems(), Slim\DefaultServicesProvider\register(), ilSystemStyleOverviewGUI\saveNewSubStyle(), ilSystemStyleOverviewGUI\saveNewSystemStyle(), ilSystemStyleSettingsGUI\saveStyle(), ilSystemStyleSettingsGUI\saveSubStyle(), SAML2\Compat\ContainerSingleton\setContainer(), Slim\Routable\setContainer(), Slim\Router\setContainer(), ilWACCheckingInstanceTest\setUp(), ilWACTokenTest\setUp(), ilObjectCopyGUI\showSourceSelectionTree(), ilSystemStyleSkinContainerTest\testAddStyle(), ilSystemStyleSkinContainerTest\testCopySkin(), ilSystemStyleSkinContainerTest\testCreateDelete(), ilSystemStyleSkinContainerTest\testDeleteSkin(), ilSystemStyleSkinContainerTest\testDeleteStyle(), ilSystemStyleSkinContainerTest\testGenerateFromId(), ilSystemStyleSkinContainerTest\testImportSkin(), Twig_Tests_ContainerRuntimeLoaderTest\testLoad(), Twig_Tests_ContainerRuntimeLoaderTest\testLoadUnknownRuntimeReturnsNull(), Pimple\Tests\PimpleTest\testShouldPassContainerAsParameter(), ilSystemStyleSkinContainerTest\testUpdateSkin(), and ilSystemStyleSkinContainerTest\testUpdateStyle().
◆ $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 |