public property CronRule::$allow_shorthand in Ultimate Cron 7.2
Same name and namespace in other branches
- 8 CronRule.class.php \CronRule::allow_shorthand
- 6 CronRule.class.php \CronRule::allow_shorthand
- 7 CronRule.class.php \CronRule::allow_shorthand
File
- ./
CronRule.class.php, line 14 - This class parses cron rules and determines last execution time using least case integer comparison.
Class
- CronRule
- @file This class parses cron rules and determines last execution time using least case integer comparison.
Code
public $allow_shorthand = FALSE;