BaseCronJobs
in package
implements
CronJobs
AbstractYes
Base cron job.
Tags
Table of Contents
Interfaces
- CronJobs
- Cron jobs interface.
Properties
- $Container : Container
- $Cron : Cron
- $Db : Db
Methods
- __construct() : mixed
- Class constructor.
Properties
$Container
protected
Container
$Container
$Cron
protected
Cron
$Cron
$Db
protected
Db
$Db
Methods
__construct()
Class constructor.
public
__construct(Container $Container, Cron $Cron) : mixed
Parameters
- $Container : Container
-
The DI container class.
- $Cron : Cron
-
The cron class to help check job had already run.