ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
notify.php
Go to the documentation of this file.
1
<?php
5
namespace
ILIAS\GlobalScreen\Client
;
6
7
chdir(
"../../../"
);
8
require_once(
'./libs/composer/vendor/autoload.php'
);
9
\ilInitialisation::initILIAS
();
10
(
new
Notifications())->run();
ILIAS\GlobalScreen\Client
Entry Point for Async calls from the Notification Center.
Definition:
gs_content.php:1
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1041
src
GlobalScreen
Client
notify.php
Generated on Mon Sep 1 2025 20:01:41 for ILIAS by
1.8.13 (using
Doxyfile
)