Interface RequestMatcherInterface
RequestMatcherInterface is an interface for strategies to match a Request.
Direct known implementers
Symfony\Component\HttpFoundation\RequestMatcher
Namespace: Symfony\Component\HttpFoundation
Author: Fabien Potencier <fabien@symfony.com>
Api
Located at laravel/vendor/Symfony/Component/HttpFoundation/RequestMatcherInterface.php
Author: Fabien Potencier <fabien@symfony.com>
Api
Located at laravel/vendor/Symfony/Component/HttpFoundation/RequestMatcherInterface.php
public
Boolean
|
#
matches(
Decides whether the rule(s) implemented by the strategy matches the supplied request. |