Leaf PHP

functions.php

Table of Contents

Functions

queue()  : Queue
Return queue object
dispatch()  : mixed
Dispatch a job, batch or a group of jobs

Functions

dispatch()

Dispatch a job, batch or a group of jobs

dispatch(array<string|int, mixed>|Dispatchable|string $dispatchable) : mixed
Parameters
$dispatchable : array<string|int, mixed>|Dispatchable|string

The job, batch or group of jobs to dispatch


        
On this page

Search results