CMS Made Simple API

CronJobTrait

A Trait to define functionality for recurring cron jobs.

Tags
author

Robert Campbell

copyright

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

since
2.2

Table of Contents

Properties

$frequency  : string
$start  : int
$until  : int

Properties

$start

public int $start

The minimum start time of the cron job. This property is adjusted after each and every execution of the cron job.

$until

public int $until

A unix timestamp representing when the cron job should stop recurring.


        
On this page

Search results