Documentation

ActionScheduler_CronSchedule
in package
implements ActionScheduler_Schedule

Class ActionScheduler_CronSchedule

Interfaces, Classes and Traits

ActionScheduler_Schedule
Class ActionScheduler_Schedule

Table of Contents

$cron  : CronExpression
$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
get_recurrence()  : string
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