ActionScheduler_CanceledSchedule::calculate_next()
Method:
Source: packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php:18
Method:
Source: packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php:18
Method: Cancelled actions should never have a next schedule, even if get_next() is called with $after < $this->scheduled_date.
Source: packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php:29
Method:
Source: packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php:36
Method: Converts a shorthand byte value to an integer byte value.
Source: packages/action-scheduler/classes/ActionScheduler_Compatibility.php:19
Method: Attempts to raise the PHP memory limit for memory intensive processes.
Source: packages/action-scheduler/classes/ActionScheduler_Compatibility.php:48
Method: Attempts to raise the PHP timeout for time intensive processes.
Source: packages/action-scheduler/classes/ActionScheduler_Compatibility.php:88
Method: Wrapper for parent constructor to accept a cron expression string and map it to a CronExpression for this objects $recurrence property.
Source: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php:26
Method: Serialize cron schedules with data required prior to AS 3.0.0
Source: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php:71
Method: Unserialize cron schedules serialized/stored prior to AS 3.0.0
Source: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php:89
Method: Calculate when an instance of this schedule would start based on a given date & time using its the CronExpression.
Source: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php:47