UrlRoutable
interface UrlRoutable (View source)
Methods
                    mixed
                
                
                    getRouteKey()
        
                                            
                
            Get the value of the model's route key.
                    string
                
                
                    getRouteKeyName()
        
                                            
                
            Get the route key for the model.
                    Model|null
                
                
                    resolveRouteBinding(mixed $value)
        
                                            
                
            Retrieve the model for a bound value.
Details
        
                            mixed
    getRouteKey()
        
    
    Get the value of the model's route key.
        
                            string
    getRouteKeyName()
        
    
    Get the route key for the model.
        
                            Model|null
    resolveRouteBinding(mixed $value)
        
    
    Retrieve the model for a bound value.