ProcessSpecialOffer
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Interfaces, Classes, Traits and Enums
- ShouldQueue
Table of Contents
- $activeOffer : ActiveOffer
- __construct() : mixed
- Create a new job instance.
- handle() : bool
- Execute the job.
Properties
$activeOffer
protected
ActiveOffer
$activeOffer
Methods
__construct()
Create a new job instance.
public
__construct(ActiveOffer $activeOffer) : mixed
Parameters
- $activeOffer : ActiveOffer
Return values
mixed —handle()
Execute the job.
public
handle(RedbookVehiclesDatabaseRepositoryContract $vehiclesRepository) : bool
Parameters
- $vehiclesRepository : RedbookVehiclesDatabaseRepositoryContract