Job
in package
implements
JobInterface
Closure Job.
Tags
Table of Contents
Interfaces
- JobInterface
- Job Interface.
Properties
- $serialized : string
Methods
- execute() : void|mixed
- Unserializes and executes a closure.
Properties
$serialized
public
string
$serialized
serialized closure
Methods
execute()
Unserializes and executes a closure.
public
execute(mixed $queue) : void|mixed
Parameters
- $queue : mixed
-
which pushed and is handling the job
Tags
Return values
void|mixed —result of the job execution