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();
php
An exception for terminatinating execution or to throw for unit testing.
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1041
ILIAS\GlobalScreen\Client
Entry Point for Async calls from the Notification Center.
Definition:
gs_content.php:1
src
GlobalScreen
Client
notify.php
Generated on Sat Oct 4 2025 20:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)