interface StatefulTriggerInterface implementsTriggerInterface

Methods

DateTimeImmutable|null
getNextRunDate(DateTimeImmutable$run)

Returns the next run date; if null is returned, this method won't be called again.

void
continue(DateTimeImmutable$startedAt)

No description

Details

DateTimeImmutable|null getNextRunDate(DateTimeImmutable$run)

Returns the next run date; if null is returned, this method won't be called again.

Parameters

DateTimeImmutable $run

Return Value

DateTimeImmutable|null

void continue(DateTimeImmutable$startedAt)

Parameters

DateTimeImmutable $startedAt

Return Value

void