ScheduleDescription
in package
FinalYes
Table of Contents
Properties
- $action : array<string|int, mixed>|null
- $firesCount : int
- $lastFiredAt : string|null
- $nextFireAt : string|null
- $note : string|null
- $overlapPolicy : string|null
- $raw : array<string|int, mixed>
- $scheduleId : string
- $spec : array<string|int, mixed>|null
- $status : string|null
Methods
- __construct() : mixed
- fromArray() : self
Properties
$action read-only
public
array<string|int, mixed>|null
$action
= null
$firesCount read-only
public
int
$firesCount
$lastFiredAt read-only
public
string|null
$lastFiredAt
= null
$nextFireAt read-only
public
string|null
$nextFireAt
$note read-only
public
string|null
$note
= null
$overlapPolicy read-only
public
string|null
$overlapPolicy
= null
$raw read-only
public
array<string|int, mixed>
$raw
$scheduleId read-only
public
string
$scheduleId
$spec read-only
public
array<string|int, mixed>|null
$spec
= null
$status read-only
public
string|null
$status
Methods
__construct()
public
__construct(string $scheduleId, string|null $status, string|null $nextFireAt, int $firesCount, array<string, mixed> $raw[, array<string, mixed>|null $spec = null ][, array<string, mixed>|null $action = null ][, string|null $overlapPolicy = null ][, string|null $note = null ][, string|null $lastFiredAt = null ]) : mixed
Parameters
- $scheduleId : string
- $status : string|null
- $nextFireAt : string|null
- $firesCount : int
- $raw : array<string, mixed>
- $spec : array<string, mixed>|null = null
- $action : array<string, mixed>|null = null
- $overlapPolicy : string|null = null
- $note : string|null = null
- $lastFiredAt : string|null = null
fromArray()
public
static fromArray(array<string, mixed> $value[, string $fallbackId = '' ]) : self
Parameters
- $value : array<string, mixed>
- $fallbackId : string = ''