12require_once(
'./libs/composer/vendor/autoload.php');
17$container[
'http.request_factory'] =
static fn (
$c) => new \ILIAS\HTTP\Request\RequestFactoryImpl();
19$container[
'http.response_factory'] =
static fn (
$c) => new \ILIAS\HTTP\Response\ResponseFactoryImpl();
21$container[
'http.cookie_jar_factory'] =
static fn (
$c) => new \ILIAS\HTTP\Cookies\CookieJarFactoryImpl();
23$container[
'http.response_sender_strategy'] =
static fn (
$c) => new \ILIAS\HTTP\Response\Sender\DefaultResponseSenderStrategy();
25$container[
'http.duration_factory'] =
static fn (
$c) => new \ILIAS\HTTP\Duration\DurationFactory(
26 new \
ILIAS\HTTP\Duration\Increment\IncrementFactory()
static run(Services $httpState, CookieFactory $cookieFactory)
Class ChatMainBarProvider \MainMenu\Provider.