MetaFox

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

Methods

__construct()

Create a new job instance.

public __construct(int $relationId) : void
Parameters
$relationId : int

handleProfileUser()

private handleProfileUser(int $relationId) : void
Parameters
$relationId : int

handleRelationHistories()

private handleRelationHistories(int $relationId) : void
Parameters
$relationId : int

        
On this page

Search results