interface RequestMatcherInterface
RequestMatcherInterface is the interface that all request matcher classes must implement.
Methods
array | matchRequest(Request $request) Tries to match a request with a set of routes. |
Details
array matchRequest(Request $request)
Tries to match a request with a set of routes.
If the matcher can not find information, it must throw one of the exceptions documented below.
Please login to continue.