ActionScheduler_CronSchedule
Description Description
Source Source
File: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php
Methods Methods
- __construct — Wrapper for parent constructor to accept a cron expression string and map it to a CronExpression for this objects $recurrence property.
- __sleep — Serialize cron schedules with data required prior to AS 3.0.0
- __wakeup — Unserialize cron schedules serialized/stored prior to AS 3.0.0
- calculate_next — Calculate when an instance of this schedule would start based on a given date & time using its the CronExpression.
- get_recurrence