function CronRule::__construct in Ultimate Cron 7
Same name and namespace in other branches
- 8 CronRule.class.php \CronRule::__construct()
- 6 CronRule.class.php \CronRule::__construct()
- 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;
}