ILIAS  release_8 Revision v8.24
interface.ilCronJobProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
26 public function getCronJobInstances(): array;
27
33 public function getCronJobInstance(string $jobId): ilCronJob;
34}
getCronJobInstance(string $jobId)