ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
Interface Observer Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
$cron
$cron
Definition:
cron.php:26
ILIAS\Cron\CLI\App
Definition:
App.php:26
cli
cron.php
Generated on Mon Sep 1 2025 23:01:50 for ILIAS by
1.8.13 (using
Doxyfile
)