ActionScheduler_CanceledSchedule::get_next( DateTime $after )

Cancelled actions should never have a next schedule, even if get_next() is called with $after < $this->scheduled_date.


Description Description


Parameters Parameters

$after

(Required)


Top ↑

Return Return

(DateTime|null)


Top ↑

Source Source

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


			

Top ↑

User Contributed Notes User Contributed Notes

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