ActionScheduler_Abstract_Schedule
Description Description
Source Source
File: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php
Methods Methods
- __construct
- __sleep — For PHP 5.2 compat, since DateTime objects can't be serialized
- __wakeup
- calculate_next — Calculate when the next instance of this schedule would run based on a given date & time.
- get_date — Get the date & time the schedule is set to run.
- get_next — Get the next date & time when this schedule should run after a given date & time.
- is_recurring — Check if a schedule should recur.