ActionScheduler_SimpleSchedule
in package
implements
ActionScheduler_Schedule
Class ActionScheduler_SimpleSchedule
Interfaces, Classes and Traits
- ActionScheduler_Schedule
- Class ActionScheduler_Schedule
Table of Contents
- $date : mixed
- $timestamp : mixed
- __construct() : mixed
- __sleep() : array<string|int, mixed>
- For PHP 5.2 compat, since DateTime objects can't be serialized
- __wakeup() : mixed
- is_recurring() : bool
- next() : DateTime|null
Properties
$date
private
mixed
$date
= NULL
$timestamp
private
mixed
$timestamp
= 0
Methods
__construct()
public
__construct(DateTime $date) : mixed
Parameters
- $date : DateTime
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> —__wakeup()
public
__wakeup() : mixed
Return values
mixed —is_recurring()
public
is_recurring() : bool
Return values
bool —next()
public
next([DateTime $after = NULL ]) : DateTime|null
Parameters
- $after : DateTime = NULL