You are here

function CronRule::__construct in Ultimate Cron 7

Same name and namespace in other branches
  1. 8 CronRule.class.php \CronRule::__construct()
  2. 6 CronRule.class.php \CronRule::__construct()
  3. 7.2 CronRule.class.php \CronRule::__construct()

Constructor

File

./CronRule.class.php, line 27
This class parses cron rules and determines last execution time using least case integer comparison.

Class

CronRule
@file

Code

function __construct($rule = NULL) {
  $this->rule = $rule;
}