Open Journal Systems
3.3.0
|
Public Member Functions | |
matches (Request $request) | |
matches (Request $request) | |
RequestMatcherInterface is an interface for strategies to match a Request.
Definition at line 19 of file lib/vendor/symfony/http-foundation/RequestMatcherInterface.php.
Symfony\Component\HttpFoundation\RequestMatcherInterface::matches | ( | Request | $request | ) |
Decides whether the rule(s) implemented by the strategy matches the supplied request.
Implemented in Symfony\Component\HttpFoundation\RequestMatcher, Symfony\Component\HttpFoundation\RequestMatcher, Symfony\Component\HttpFoundation\ExpressionRequestMatcher, and Symfony\Component\HttpFoundation\ExpressionRequestMatcher.
Symfony\Component\HttpFoundation\RequestMatcherInterface::matches | ( | Request | $request | ) |
Decides whether the rule(s) implemented by the strategy matches the supplied request.
Request | $request | The request to check for a match |
Implemented in Symfony\Component\HttpFoundation\RequestMatcher, Symfony\Component\HttpFoundation\RequestMatcher, Symfony\Component\HttpFoundation\ExpressionRequestMatcher, and Symfony\Component\HttpFoundation\ExpressionRequestMatcher.