Documentation

ActionScheduler_IntervalSchedule
in package
implements ActionScheduler_Schedule

Class ActionScheduler_IntervalSchedule

Interfaces, Classes and Traits

ActionScheduler_Schedule
Class ActionScheduler_Schedule

Table of Contents

$interval_in_seconds  : mixed
$start  : DateTime
$start_timestamp  : mixed
__construct()  : mixed
__sleep()  : array<string|int, mixed>
For PHP 5.2 compat, since DateTime objects can't be serialized
__wakeup()  : mixed
interval_in_seconds()  : int
is_recurring()  : bool
next()  : DateTime|null

Properties

Methods

__construct()

public __construct(DateTime $start, mixed $interval) : mixed
Parameters
$start : DateTime
$interval : mixed
Return values
mixed

__sleep()

For PHP 5.2 compat, since DateTime objects can't be serialized

public __sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results