MetaFox

DeleteCommentByItemJob
in package
implements ShouldQueue Uses Dispatchable, InteractsWithQueue, Queueable, SerializesModels

stub: packages/jobs/job-queued.stub.

Table of Contents

Interfaces

ShouldQueue

Properties

$itemId  : int
$itemType  : string

Methods

__construct()  : void
Create a new job instance.
handle()  : void
Execute the job.

Properties

Methods

__construct()

Create a new job instance.

public __construct(mixed $itemId, mixed $itemType) : void
Parameters
$itemId : mixed
$itemType : mixed

        
On this page

Search results