Queue
Table of Contents
Methods
- add() : void
- getInstance() : static
- onAfterPromiseComplete() : void
- wait() : mixed
Methods
add()
public
add(BackgroundJobPromise $promise) : void
Parameters
- $promise : BackgroundJobPromise
getInstance()
public
static getInstance() : static
Return values
staticonAfterPromiseComplete()
public
onAfterPromiseComplete(BackgroundJobPromise $promise) : void
Parameters
- $promise : BackgroundJobPromise
wait()
public
wait([BackgroundJobPromise|null $target = null ]) : mixed
Parameters
- $target : BackgroundJobPromise|null = null