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