ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
cron.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
chdir(__DIR__);
22
chdir(
'..'
);
23
24
require_once
'./vendor/composer/vendor/autoload.php'
;
25
26
$cron
=
new
ILIAS\Cron\CLI\App
(
27
new
ILIAS
\Cron\CLI\Commands\RunActiveJobsCommand()
28
);
29
$cron
->run();
ILIAS\Cron\CLI\App
Definition:
App.php:27
$cron
$cron
Definition:
cron.php:26
ILIAS
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
cli
cron.php
Generated on Sat Oct 18 2025 23:02:15 for ILIAS by
1.9.4 (using
Doxyfile
)