RequestMatcherInterface
                
            in
            
        
    
        
            RequestMatcherInterface is the interface that all request matcher classes must implement.
Tags
Table of Contents
- matchRequest() : array<string|int, mixed>
 - Tries to match a request with a set of routes.
 
Methods
matchRequest()
Tries to match a request with a set of routes.
    public
                    matchRequest(Request $request) : array<string|int, mixed>
        If the matcher can not find information, it must throw one of the exceptions documented below.
Parameters
- $request : Request
 
Tags
Return values
array<string|int, mixed> —An array of parameters