$path
$path : string|null
RequestMatcher compares a pre-defined set of checks against a Request instance.
__construct(string|null $path = null, string|null $host = null, string|array<mixed,string>|null $methods = null, string|array<mixed,string>|null $ips = null, array $attributes = array(), string|array<mixed,string>|null $schemes = null)
| string|null | $path | |
| string|null | $host | |
| string|array<mixed,string>|null | $methods | |
| string|array<mixed,string>|null | $ips | |
| array | $attributes | |
| string|array<mixed,string>|null | $schemes |
matches(\Symfony\Component\HttpFoundation\Request $request) : boolean
Decides whether the rule(s) implemented by the strategy matches the supplied request.
| \Symfony\Component\HttpFoundation\Request | $request |
true if the request matches, false otherwise