DeletedRelationJob
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
stub: packages/jobs/job-queued.stub.
Table of Contents
Interfaces
- ShouldQueue
Properties
- $relationId : int
Methods
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
- handleProfileUser() : void
- handleRelationHistories() : void
Properties
$relationId
protected
int
$relationId
Methods
__construct()
Create a new job instance.
public
__construct(int $relationId) : void
Parameters
- $relationId : int
handle()
Execute the job.
public
handle() : void
handleProfileUser()
private
handleProfileUser(int $relationId) : void
Parameters
- $relationId : int
handleRelationHistories()
private
handleRelationHistories(int $relationId) : void
Parameters
- $relationId : int