Interfaces

(all in the Centum\Interfaces\Cron namespace)

Centum\Interfaces\Cron\CronInterface

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

Centum\Interfaces\Cron\JobInterface

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