Open Journal Systems  3.3.0
Symfony\Component\HttpFoundation\RequestMatcherInterface Interface Reference
Inheritance diagram for Symfony\Component\HttpFoundation\RequestMatcherInterface:
Symfony\Component\HttpFoundation\RequestMatcher Symfony\Component\HttpFoundation\ExpressionRequestMatcher

Public Member Functions

 matches (Request $request)
 
 matches (Request $request)
 

Detailed Description

RequestMatcherInterface is an interface for strategies to match a Request.

Author
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Definition at line 19 of file lib/vendor/symfony/http-foundation/RequestMatcherInterface.php.

Member Function Documentation

◆ matches() [1/2]

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

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

Returns
bool true if the request matches, false otherwise

Implemented in Symfony\Component\HttpFoundation\RequestMatcher, Symfony\Component\HttpFoundation\RequestMatcher, Symfony\Component\HttpFoundation\ExpressionRequestMatcher, and Symfony\Component\HttpFoundation\ExpressionRequestMatcher.

◆ matches() [2/2]

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

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

Parameters
Request$requestThe request to check for a match
Returns
bool true if the request matches, false otherwise

Implemented in Symfony\Component\HttpFoundation\RequestMatcher, Symfony\Component\HttpFoundation\RequestMatcher, Symfony\Component\HttpFoundation\ExpressionRequestMatcher, and Symfony\Component\HttpFoundation\ExpressionRequestMatcher.


The documentation for this interface was generated from the following file: