|
Open Journal Systems
3.3.0
|
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) | |
ExpressionRequestMatcher uses an expression to match a Request.
Definition at line 21 of file lib/vendor/symfony/http-foundation/ExpressionRequestMatcher.php.
| Symfony\Component\HttpFoundation\ExpressionRequestMatcher::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 |
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().
| Symfony\Component\HttpFoundation\ExpressionRequestMatcher::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 |
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().
| Symfony\Component\HttpFoundation\ExpressionRequestMatcher::setExpression | ( | ExpressionLanguage | $language, |
| $expression | |||
| ) |
Definition at line 26 of file vendor/symfony/http-foundation/ExpressionRequestMatcher.php.
| Symfony\Component\HttpFoundation\ExpressionRequestMatcher::setExpression | ( | ExpressionLanguage | $language, |
| $expression | |||
| ) |
Definition at line 26 of file lib/vendor/symfony/http-foundation/ExpressionRequestMatcher.php.