CronJobInterface
in
A simple interface to define the functions and constants needed for a cron job.
Tags
Table of Contents
Constants
- RECUR_120M = '_120m'
- Constant indicating that ths job should recur every 2 hours.
- RECUR_12H = '_720m'
- Constant indicating that ths job should recur every 12 hours.
- RECUR_15M = '_15m'
- Constant indicating that ths job should recur every 15 minutes.
- RECUR_180M = '_180m'
- Constant indicating that ths job should recur every 3 hours.
- RECUR_2H = '_120m'
- RECUR_30M = '_30m'
- Constant indicating that ths job should recur every 30 minutes.
- RECUR_3H = '_180m'
- RECUR_DAILY = '_daily'
- Constant indicating that ths job should recur daily.
- RECUR_HOURLY = '_hourly'
- Constant indicating that ths job should recur every hour.
- RECUR_MONTHLY = '_monthly'
- Constant indicating that ths job should recur monthly.
- RECUR_NONE = '_none'
- Constant indicating that this job does not recur (empty string is also used).
- RECUR_WEEKLY = '_weekly'
- Constant indicating that ths job should recur weekly.
Constants
RECUR_120M
Constant indicating that ths job should recur every 2 hours.
public
mixed
RECUR_120M
= '_120m'
RECUR_12H
Constant indicating that ths job should recur every 12 hours.
public
mixed
RECUR_12H
= '_720m'
.
RECUR_15M
Constant indicating that ths job should recur every 15 minutes.
public
mixed
RECUR_15M
= '_15m'
RECUR_180M
Constant indicating that ths job should recur every 3 hours.
public
mixed
RECUR_180M
= '_180m'
RECUR_2H
public
mixed
RECUR_2H
= '_120m'
RECUR_30M
Constant indicating that ths job should recur every 30 minutes.
public
mixed
RECUR_30M
= '_30m'
RECUR_3H
public
mixed
RECUR_3H
= '_180m'
RECUR_DAILY
Constant indicating that ths job should recur daily.
public
mixed
RECUR_DAILY
= '_daily'
RECUR_HOURLY
Constant indicating that ths job should recur every hour.
public
mixed
RECUR_HOURLY
= '_hourly'
RECUR_MONTHLY
Constant indicating that ths job should recur monthly.
public
mixed
RECUR_MONTHLY
= '_monthly'
RECUR_NONE
Constant indicating that this job does not recur (empty string is also used).
public
mixed
RECUR_NONE
= '_none'
RECUR_WEEKLY
Constant indicating that ths job should recur weekly.
public
mixed
RECUR_WEEKLY
= '_weekly'