<?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\Matcher\UrlMatcher { use PhpMatcherTrait; public function __construct(RequestContext $context) { $this->context = $context; $this->staticRoutes = [ '/rootprefix/test' => [[['_route' => 'static'], null, null, null, false, false, null]], '/with-condition' => [[['_route' => 'with-condition'], null, null, null, false, false, -1]], ]; $this->regexpList = [ 0 => '{^(?' .'|/rootprefix/([^/]++)(*:27)' .')/?$}sD', ]; $this->dynamicRoutes = [ 27 => [[['_route' => 'dynamic'], ['var'], null, null, false, true, null]], ]; $this->checkCondition = static function ($condition, $context, $request) { switch ($condition) { case -1: return ($context->getMethod() == "GET"); } }; } }
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 |
|