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

Public Member Functions

 matches (Request $request)
 
 matches (Request $request)
 
 setExpression (ExpressionLanguage $language, $expression)
 
 setExpression (ExpressionLanguage $language, $expression)
 
- Public Member Functions inherited from Symfony\Component\HttpFoundation\RequestMatcher
 __construct ($path=null, $host=null, $methods=null, $ips=null, array $attributes=array(), $schemes=null)
 
 __construct (string $path=null, string $host=null, $methods=null, $ips=null, array $attributes=[], $schemes=null, int $port=null)
 
 matchAttribute ($key, $regexp)
 
 matchAttribute ($key, $regexp)
 
 matchHost ($regexp)
 
 matchHost ($regexp)
 
 matchIp ($ip)
 
 matchIp ($ip)
 
 matchIps ($ips)
 
 matchIps ($ips)
 
 matchMethod ($method)
 
 matchMethod ($method)
 
 matchPath ($regexp)
 
 matchPath ($regexp)
 
 matchPort (?int $port)
 
 matchScheme ($scheme)
 
 matchScheme ($scheme)
 

Detailed Description

Member Function Documentation

◆ matches() [1/2]

Symfony\Component\HttpFoundation\ExpressionRequestMatcher::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
}}

Reimplemented from Symfony\Component\HttpFoundation\RequestMatcher.

Definition at line 32 of file lib/vendor/symfony/http-foundation/ExpressionRequestMatcher.php.

References Symfony\Component\HttpFoundation\Request\getClientIp(), Symfony\Component\HttpFoundation\Request\getHost(), Symfony\Component\HttpFoundation\Request\getMethod(), and Symfony\Component\HttpFoundation\Request\getPathInfo().

◆ matches() [2/2]

Symfony\Component\HttpFoundation\ExpressionRequestMatcher::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
}}

Reimplemented from Symfony\Component\HttpFoundation\RequestMatcher.

Definition at line 32 of file vendor/symfony/http-foundation/ExpressionRequestMatcher.php.

References Symfony\Component\HttpFoundation\Request\getClientIp(), Symfony\Component\HttpFoundation\Request\getHost(), Symfony\Component\HttpFoundation\Request\getMethod(), and Symfony\Component\HttpFoundation\Request\getPathInfo().

◆ setExpression() [1/2]

Symfony\Component\HttpFoundation\ExpressionRequestMatcher::setExpression ( ExpressionLanguage  $language,
  $expression 
)

◆ setExpression() [2/2]

Symfony\Component\HttpFoundation\ExpressionRequestMatcher::setExpression ( ExpressionLanguage  $language,
  $expression 
)

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