26 return new \ILIAS\HTTP\Request\RequestFactoryImpl();
30 return new \ILIAS\HTTP\Response\ResponseFactoryImpl();
34 return new \ILIAS\HTTP\Cookies\CookieJarFactoryImpl();
37 $container[
'http.response_sender_strategy'] =
function (
$c) {
38 return new \ILIAS\HTTP\Response\Sender\DefaultResponseSenderStrategy();
42 return new \ILIAS\HTTP\Duration\DurationFactory(
43 new \
ILIAS\HTTP\Duration\Increment\IncrementFactory()
48 throw new OutOfBoundsException(
'TODO');
52 return new \ILIAS\HTTP\Services(
$c);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
init(\ILIAS\DI\Container $container)
Class ChatMainBarProvider \MainMenu\Provider.