ActionScheduler_CronSchedule

Class ActionScheduler_CronSchedule


Description Description


Source Source

File: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php


			


Top ↑

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.