Interface RequestMatcherInterface
RequestMatcherInterface is the interface that all request matcher classes must implement.
Direct known implementers
Symfony\Component\Routing\Matcher\UrlMatcher, Symfony\Component\Routing\RouterIndirect known implementers
Symfony\Component\Routing\Matcher\RedirectableUrlMatcher, Symfony\Component\Routing\Matcher\TraceableUrlMatcher, Symfony\Component\Routing\Tests\Fixtures\RedirectableUrlMatcher
Namespace: Symfony\Component\Routing\Matcher
Author: Fabien Potencier <fabien@symfony.com>
Located at Matcher/RequestMatcherInterface.php
Author: Fabien Potencier <fabien@symfony.com>
Located at Matcher/RequestMatcherInterface.php
public
array
|
#
matchRequest( Symfony\Component\HttpFoundation\Request $request )
Tries to match a request with a set of routes. |