%PDF- %PDF-
Direktori : /var/www/html/diaspora/api_production/vendor/symfony/routing/Tests/Fixtures/dumper/ |
Current File : /var/www/html/diaspora/api_production/vendor/symfony/routing/Tests/Fixtures/dumper/url_matcher4.php |
<?php use Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherTrait; 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 CompiledUrlMatcherTrait; public function __construct(RequestContext $context) { $this->context = $context; $this->staticRoutes = [ '/just_head' => [[['_route' => 'just_head'], null, ['HEAD' => 0], null, false, false, null]], '/head_and_get' => [[['_route' => 'head_and_get'], null, ['HEAD' => 0, 'GET' => 1], null, false, false, null]], '/get_and_head' => [[['_route' => 'get_and_head'], null, ['GET' => 0, 'HEAD' => 1], null, false, false, null]], '/post_and_head' => [[['_route' => 'post_and_head'], null, ['POST' => 0, 'HEAD' => 1], null, false, false, null]], '/put_and_post' => [ [['_route' => 'put_and_post'], null, ['PUT' => 0, 'POST' => 1], null, false, false, null], [['_route' => 'put_and_get_and_head'], null, ['PUT' => 0, 'GET' => 1, 'HEAD' => 2], null, false, false, null], ], ]; } }