CronJobInterface View code

Extends

A simple interface to define the functions and constants needed for a cron job.

package

CMS

author

Robert Campbell

copyright

Copyright (c) 2015, Robert Campbell calguy1000@cmsmadesimple.org

since 2.2

Methods

Constants

Constant indicating that this job does not recur (empty string is also used).

RECUR_NONE

Constant indicating that ths job should recur every 15 minutes.

RECUR_15M

Constant indicating that ths job should recur every 30 minutes.

RECUR_30M

Constant indicating that ths job should recur every hour.

RECUR_HOURLY

Constant indicating that ths job should recur every 2 hours.

RECUR_120M

Constant indicating that ths job should recur every 3 hours.

RECUR_180M

Constant indicating that ths job should recur daily.

RECUR_DAILY

.

Constant indicating that ths job should recur weekly.

RECUR_WEEKLY

.

Constant indicating that ths job should recur monthly.

RECUR_MONTHLY

.