Class RequestMatcher
RequestMatcher compares a pre-defined set of checks against a Request instance.
- Symfony\Component\HttpFoundation\RequestMatcher implements Symfony\Component\HttpFoundation\RequestMatcherInterface
Direct known subclasses
Symfony\Component\HttpFoundation\ExpressionRequestMatcher
Namespace: Symfony\Component\HttpFoundation
Author: Fabien Potencier fabien@symfony.com
Api
Located at RequestMatcher.php
Author: Fabien Potencier fabien@symfony.com
Api
Located at RequestMatcher.php
public
|
#
__construct( string|null $path = null, string|null $host = null, string|string[]|null $methods = null, string|string[]|null $ips = null, array $attributes = array(), string|string[]|null $schemes = null )
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
#
matches(
Decides whether the rule(s) implemented by the strategy matches the supplied request. |