MigrateChunkingFeedContent
    
            
    
            
            implements
                            ShouldQueue                    
    
            
            Uses
                            Dispatchable,                             InteractsWithQueue,                             Queueable,                             SerializesModels                    
    
        
        
    Table of Contents
    
    
        Interfaces
        
    
    
                    - ShouldQueue
     
    Properties
    
            - 
    $feedIds
    
                         : array<string|int, mixed>            
 
            - 
    $modelClass
    
                         : string            
 
    
    Methods
    
            - 
    __construct()
    
                                 : mixed    
 
            - 
    handle()
    
                                 : mixed    
 
    
        
        
    
        
                    
    
        $feedIds
        
        
                                
    
    
    
    
    protected
        array<string|int, mixed>
    $feedIds
     = []
    
    
    
                    
    
        $modelClass
        
        
                                
    
    
    
    
    protected
        string
    $modelClass
    
    
    
    
            
            
        
                    
    
        __construct()
        
    
    
    
    
    public
                    __construct(string $modelClass[, array<string|int, mixed> $feedIds = [] ]) : mixed
    
        
    
        Parameters
    
                    - 
                $modelClass
                : string
                            
 
            - 
                
            
 
                    - 
                $feedIds
                : array<string|int, mixed>
                 = []            
 
            - 
                
            
 
            
    
    
                    
    
        handle()
        
    
    
    
    
    public
                    handle() : mixed