Documentation

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

Methods

__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>

next()

public next([DateTime $after = NULL ]) : DateTime|null
Parameters
$after : DateTime = NULL
Return values
DateTime|null

Search results