Durable Workflow PHP SDK

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

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 = ''
Return values
self
On this page

Search results