RouteUri
class RouteUri (View source)
Properties
| string | $uri | The route URI.  | 
                |
| array | $bindingFields | The fields that should be used when resolving bindings.  | 
                
Methods
                    void
                
                
                    __construct(string $uri, array $bindingFields = [])
        
                                            
                
            Create a new route URI instance.
Details
        
                            void
    __construct(string $uri, array $bindingFields = [])
        
    
    Create a new route URI instance.
        
                static            RouteUri
    parse(string $uri)
        
    
    Parse the given URI.