JobInterface
in
Job Interface.
Tags
Table of Contents
Methods
- execute() : void|mixed
Methods
execute()
public
execute(Queue $queue) : void|mixed
Parameters
- $queue : Queue
-
which pushed and is handling the job
Return values
void|mixed —result of the job execution