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