SavedSearchItem
        
        extends Model
    
    
            
    
            
            implements
                            Entity                    
    
            
            Uses
                            HasEntity                    
    
        
        
    Table of Contents
    
    
        Interfaces
        
    
    
                    - Entity
 - Interface Entity.
     
    Constants
    
            - 
    ENTITY_TYPE
    
         = 'saved_search_item'                            
 
    
    Properties
    
            - 
    $timestamps
    
                         : mixed            
 
            - 
    $fillable
    
                         : mixed            
 
            - 
    $table
    
                         : mixed            
 
    
    Methods
    
            - 
    entityId()
    
                                 : int    
 
            - 
    entityType()
    
                                 : string    
 
            - 
    moduleName()
    
                                 : string    
 
    
        
    
        
                    
    
        ENTITY_TYPE
        
    
    
    
    
    public
        mixed
    ENTITY_TYPE
    = 'saved_search_item'
    
    
    
            
        
    
        
                    
    
        $timestamps
        
        
                                
    
    
    
    
    public
        mixed
    $timestamps
     = false
    
    
    
                    
    
        $fillable
        
        
                                
    
    
    
    
    protected
        mixed
    $fillable
     = ['item_id', 'item_type', 'title']
    
    
    
                    
    
        $table
        
        
                                
    
    
    
    
    protected
        mixed
    $table
     = 'saved_search_items'
    
    
    
            
            
        
                    
    
        entityId()
        
    
    
    
    
    public
                    entityId() : int
    
        
    
    
    
            
                    
    
        entityType()
        
    
    
    
    
    public
                    entityType() : string
    
        
    
    
    
            
                    
    
        moduleName()
        
    
    
    
    
    public
                    moduleName() : string