RequestMatcherInterface
RequestMatcherInterface
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. |