ILIAS  trunk Revision v12.0_alpha-1329-g1094ddb0c33
ILIAS\Cron\Job\JobProvider Interface Reference
+ Inheritance diagram for ILIAS\Cron\Job\JobProvider:
+ Collaboration diagram for ILIAS\Cron\Job\JobProvider:

Public Member Functions

 getCronJobInstances ()
 
 getCronJobInstance (string $jobId)
 

Detailed Description

Deprecated:
11.0 Cron jobs will be contributed by a component's <Component>.php file in future versions of ILIAS

Definition at line 26 of file JobProvider.php.

Member Function Documentation

◆ getCronJobInstance()

ILIAS\Cron\Job\JobProvider::getCronJobInstance ( string  $jobId)
Exceptions

OutOfBoundsException if the passed argument does not match any cron job

◆ getCronJobInstances()

ILIAS\Cron\Job\JobProvider::getCronJobInstances ( )
Returns
list<\ILIAS\Cron\CronJob>

The documentation for this interface was generated from the following file: