ActionScheduler_Abstract_RecurringSchedule::__wakeup()

Unserialize recurring schedules serialized/stored prior to AS 3.0.0


Description Description

Prior to Action Scheduler 3.0.0, schedules used different property names to refer to equivalent data. For example, ActionScheduler_IntervalSchedule::start_timestamp was the same as ActionScheduler_SimpleSchedule::timestamp. This was addressed in Action Scheduler 3.0.0, where properties and property names were aligned for better inheritance. To maintain backward compatibility with scheduled serialized and stored prior to 3.0, we need to correctly map the old property names.


Source Source

File: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php


			


Top ↑

User Contributed Notes User Contributed Notes

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