ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 
27  new ILIAS\Cron\CLI\Commands\RunActiveJobsCommand()
28 );
29 $cron->run();
Interface Observer Contains several chained tasks and infos about them.
$cron
Definition: cron.php:26