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