\Symfony\Component\HttpFoundationRequestMatcherInterface

RequestMatcherInterface is an interface for strategies to match a Request.

Summary

Methods
Constants
matches()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

matches()

matches(\Symfony\Component\HttpFoundation\Request  $request) : boolean

Decides whether the rule(s) implemented by the strategy matches the supplied request.

Parameters

\Symfony\Component\HttpFoundation\Request $request

Returns

boolean —

true if the request matches, false otherwise