interface
    CastsAttributes        (View source)
        
    
        
            
        
    
    
            Methods
            
                    
                
                    mixed
                
                
                    get(
Model $model, string $key, mixed $value, array $attributes)
        
                                            
Transform the attribute from the underlying model values.
                 
                
             
                    
                
                    mixed
                
                
                    set(
Model $model, string $key, mixed $value, array $attributes)
        
                                            
Transform the attribute to its underlying model values.
                 
                
             
             
        Details
            
                    
                    
        
                            mixed
    get(Model $model, string $key, mixed $value, array $attributes)
        
    
        
    
            
        
                            Transform the attribute from the underlying model values.
                        
         
        
     
             
                    
                    
        
                            mixed
    set(Model $model, string $key, mixed $value, array $attributes)
        
    
        
    
            
        
                            Transform the attribute to its underlying model values.