Skip to content

Cron Interfaces

(all in the Centum\Interfaces\Cron namespace)

CronInterface

add(
    Centum\Interfaces\Cron\JobInterface $job
): void
getDueJobs(
    DateTimeInterface $datetime = null
): list<Centum\Interfaces\Cron\JobInterface>
getAllJobs(): list<Centum\Interfaces\Cron\JobInterface>

JobInterface

getExpression(): non-empty-string
getData(): mixed