Documentation

Dispatchable

Table of Contents

dispatch()  : PendingDispatch
Dispatch the job with the given arguments.
withChain()  : PendingChain
Set the jobs that should run if this job is successful.

Methods

withChain()

Set the jobs that should run if this job is successful.

public static withChain(array<string|int, mixed> $chain) : PendingChain
Parameters
$chain : array<string|int, mixed>
Return values
PendingChain

Search results