Scheduled
Scheduled job trait
Table of Contents
Properties
- $scheduleTime : int|null
- Scheduled date time (timestamp)
Methods
- getScheduleTime() : int|null
- ScheduledJobInterface implementation
- runAt() : ScheduledJob
- Set scheduled time
- setScheduleTime() : object
- Set scheduled time (timestamp)
Properties
$scheduleTime
Scheduled date time (timestamp)
protected
int|null
$scheduleTime
= null
Methods
getScheduleTime()
ScheduledJobInterface implementation
public
getScheduleTime() : int|null
Return values
int|nullrunAt()
Set scheduled time
public
runAt(string $date) : ScheduledJob
Parameters
- $date : string
Return values
ScheduledJobsetScheduleTime()
Set scheduled time (timestamp)
public
setScheduleTime(int $timestamp) : object
Parameters
- $timestamp : int