ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
callback_handler.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Client
;
2
3
chdir(strstr(__DIR__,
'/src'
,
true
));
4
require_once(
'./libs/composer/vendor/autoload.php'
);
5
6
if
(php_sapi_name() !==
'cli'
) {
7
(
new
CallbackHandler())->run();
8
}
ILIAS\GlobalScreen\Client
Entry Point for Async calls from the Notification Center.
Definition:
gs_content.php:1
src
GlobalScreen
Client
callback_handler.php
Generated on Mon Sep 1 2025 20:01:41 for ILIAS by
1.8.13 (using
Doxyfile
)