ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
notify.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
23
namespace
ILIAS\GlobalScreen\Client
;
24
25
chdir(
"../../../"
);
27
require_once(
'./libs/composer/vendor/autoload.php'
);
28
\ilInitialisation::initILIAS
();
29
(
new
Notifications())->run();
ILIAS\GlobalScreen\Client
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
gs_content.php:1
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1158
src
GlobalScreen
Client
notify.php
Generated on Mon Sep 1 2025 21:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)