Class TheliaMatcherCollection
Collection of Matcher.
Matcher resolve request into controller::method exemple of Matcher : UrlMatcher of HttpKernel component (but it implements UrlMatcherInterface and not RequestMatcherInterface.
- Thelia\Routing\TheliaMatcherCollection implements Symfony\Component\Routing\Matcher\RequestMatcherInterface, Symfony\Component\Routing\RequestContextAwareInterface
Namespace: Thelia\Routing
Author: Manuel Raynaud <mraynaud@openstudio.fr>
Located at core/lib/Thelia/Routing/TheliaMatcherCollection.php
Author: Manuel Raynaud <mraynaud@openstudio.fr>
Located at core/lib/Thelia/Routing/TheliaMatcherCollection.php
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
array
|
#
matchRequest( Symfony\Component\HttpFoundation\Request $request )
Tries to match a request with a set of routes. |
public
|
|
public
Symfony\Component\Routing\RequestContext
|
protected
mixed
|
$context | |
|
protected
array
|
$matchers | array() |
|
protected
mixed
|
$defaultMatcher | |
|
protected
array
|
$sortedMatchers | array() |