ActionScheduler_Abstract_RecurringSchedule::__construct( DateTime $date, mixed $recurrence, DateTime|null $first = null )


Description Description


Parameters Parameters

$date

(Required) The date & time to run the action.

$recurrence

(Required) The data used to determine the schedule's recurrance.

$first

(Optional) (Optional) The date & time the first instance of this interval schedule ran. Default null, meaning this is the first instance.

Default value: null


Top ↑

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.