RequestMatcherInterface
in
RequestMatcherInterface is an interface for strategies to match a Request.
Tags
Table of Contents
- matches() : bool
- Decides whether the rule(s) implemented by the strategy matches the supplied request.
Methods
matches()
Decides whether the rule(s) implemented by the strategy matches the supplied request.
public
matches(Request $request) : bool
Parameters
- $request : Request