1<?
php declare(strict_types=1);
An exception for terminatinating execution or to throw for unit testing.
Class ilCronJobRepositoryImpl.
static getCronJobData($a_id=null, $a_include_inactive=true)
Get cron job configuration/execution data.
static getJobInstance($a_id, $a_component, $a_class, $a_path=null)
Get job instance (by job data)
static getPluginJobs($a_only_active=false)
Class ilCronJobCollection.
Interface ilCronJobRepository.