<?php use Symfony\Component\Routing\Matcher\Dumper\PhpMatcherTrait; use Symfony\Component\Routing\RequestContext; /** * This class has been auto-generated * by the Symfony Routing Component. */ class ProjectUrlMatcher extends Symfony\Component\Routing\Tests\Fixtures\RedirectableUrlMatcher { use PhpMatcherTrait; public function __construct(RequestContext $context) { $this->context = $context; $this->staticRoutes = [ '/a/11' => [[['_route' => 'a_first'], null, null, null, false, false, null]], '/a/22' => [[['_route' => 'a_second'], null, null, null, false, false, null]], '/a/333' => [[['_route' => 'a_third'], null, null, null, false, false, null]], '/a/44' => [[['_route' => 'a_fourth'], null, null, null, true, false, null]], '/a/55' => [[['_route' => 'a_fifth'], null, null, null, true, false, null]], '/a/66' => [[['_route' => 'a_sixth'], null, null, null, true, false, null]], '/nested/group/a' => [[['_route' => 'nested_a'], null, null, null, true, false, null]], '/nested/group/b' => [[['_route' => 'nested_b'], null, null, null, true, false, null]], '/nested/group/c' => [[['_route' => 'nested_c'], null, null, null, true, false, null]], '/slashed/group' => [[['_route' => 'slashed_a'], null, null, null, true, false, null]], '/slashed/group/b' => [[['_route' => 'slashed_b'], null, null, null, true, false, null]], '/slashed/group/c' => [[['_route' => 'slashed_c'], null, null, null, true, false, null]], ]; $this->regexpList = [ 0 => '{^(?' .'|/([^/]++)(*:16)' .'|/nested/([^/]++)(*:39)' .')/?$}sD', ]; $this->dynamicRoutes = [ 16 => [[['_route' => 'a_wildcard'], ['param'], null, null, false, true, null]], 39 => [[['_route' => 'nested_wildcard'], ['param'], null, null, false, true, null]], ]; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
url_matcher0.php | File | 410 B | 0644 |
|
url_matcher1.php | File | 6.08 KB | 0644 |
|
url_matcher10.php | File | 194.16 KB | 0644 |
|
url_matcher11.php | File | 3.17 KB | 0644 |
|
url_matcher12.php | File | 1.59 KB | 0644 |
|
url_matcher13.php | File | 963 B | 0644 |
|
url_matcher2.php | File | 6.3 KB | 0644 |
|
url_matcher3.php | File | 1.11 KB | 0644 |
|
url_matcher4.php | File | 1.19 KB | 0644 |
|
url_matcher5.php | File | 1.98 KB | 0644 |
|
url_matcher6.php | File | 3.27 KB | 0644 |
|
url_matcher7.php | File | 3.29 KB | 0644 |
|
url_matcher8.php | File | 996 B | 0644 |
|
url_matcher9.php | File | 824 B | 0644 |
|