var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 4597

Open in your IDE?
  1. <?php
  2. use Symfony\Component\Routing\Exception\MethodNotAllowedException;
  3. use Symfony\Component\Routing\Exception\ResourceNotFoundException;
  4. use Symfony\Component\Routing\RequestContext;
  5. /**
  6.  * This class has been auto-generated
  7.  * by the Symfony Routing Component.
  8.  */
  9. class EccubeDevDebugProjectContainerUrlMatcher extends Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher
  10. {
  11.     public function __construct(RequestContext $context)
  12.     {
  13.         $this->context $context;
  14.     }
  15.     public function match($rawPathinfo)
  16.     {
  17.         $allow = [];
  18.         $pathinfo rawurldecode($rawPathinfo);
  19.         $trimmedPathinfo rtrim($pathinfo'/');
  20.         $context $this->context;
  21.         $request $this->request ?: $this->createRequest($pathinfo);
  22.         $requestMethod $canonicalMethod $context->getMethod();
  23.         if ('HEAD' === $requestMethod) {
  24.             $canonicalMethod 'GET';
  25.         }
  26.         if (=== strpos($pathinfo'/_')) {
  27.             // _twig_error_test
  28.             if (=== strpos($pathinfo'/_error') && preg_match('#^/_error/(?P<code>\\d+)(?:\\.(?P<_format>[^/]++))?$#sD'$pathinfo$matches)) {
  29.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_twig_error_test']), array (  '_controller' => 'twig.controller.preview_error:previewErrorPageAction',  '_format' => 'html',));
  30.                 $requiredSchemes = array (  'https' => 0,);
  31.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  32.                     if ('GET' !== $canonicalMethod) {
  33.                         goto not__twig_error_test;
  34.                     }
  35.                     return array_replace($ret$this->redirect($rawPathinfo'_twig_error_test'key($requiredSchemes)));
  36.                 }
  37.                 return $ret;
  38.             }
  39.             not__twig_error_test:
  40.             // _wdt
  41.             if (=== strpos($pathinfo'/_wdt') && preg_match('#^/_wdt/(?P<token>[^/]++)$#sD'$pathinfo$matches)) {
  42.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_wdt']), array (  '_controller' => 'web_profiler.controller.profiler:toolbarAction',));
  43.                 $requiredSchemes = array (  'https' => 0,);
  44.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  45.                     if ('GET' !== $canonicalMethod) {
  46.                         goto not__wdt;
  47.                     }
  48.                     return array_replace($ret$this->redirect($rawPathinfo'_wdt'key($requiredSchemes)));
  49.                 }
  50.                 return $ret;
  51.             }
  52.             not__wdt:
  53.             if (=== strpos($pathinfo'/_profiler')) {
  54.                 // _profiler_home
  55.                 if ('/_profiler' === $trimmedPathinfo) {
  56.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:homeAction',  '_route' => '_profiler_home',);
  57.                     if ('/' === substr($pathinfo, -1)) {
  58.                         // no-op
  59.                     } elseif ('GET' !== $canonicalMethod) {
  60.                         goto not__profiler_home;
  61.                     } else {
  62.                         return array_replace($ret$this->redirect($rawPathinfo.'/''_profiler_home'));
  63.                     }
  64.                     $requiredSchemes = array (  'https' => 0,);
  65.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  66.                         if ('GET' !== $canonicalMethod) {
  67.                             goto not__profiler_home;
  68.                         }
  69.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_home'key($requiredSchemes)));
  70.                     }
  71.                     return $ret;
  72.                 }
  73.                 not__profiler_home:
  74.                 if (=== strpos($pathinfo'/_profiler/search')) {
  75.                     // _profiler_search
  76.                     if ('/_profiler/search' === $pathinfo) {
  77.                         $ret = array (  '_controller' => 'web_profiler.controller.profiler:searchAction',  '_route' => '_profiler_search',);
  78.                         $requiredSchemes = array (  'https' => 0,);
  79.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  80.                             if ('GET' !== $canonicalMethod) {
  81.                                 goto not__profiler_search;
  82.                             }
  83.                             return array_replace($ret$this->redirect($rawPathinfo'_profiler_search'key($requiredSchemes)));
  84.                         }
  85.                         return $ret;
  86.                     }
  87.                     not__profiler_search:
  88.                     // _profiler_search_bar
  89.                     if ('/_profiler/search_bar' === $pathinfo) {
  90.                         $ret = array (  '_controller' => 'web_profiler.controller.profiler:searchBarAction',  '_route' => '_profiler_search_bar',);
  91.                         $requiredSchemes = array (  'https' => 0,);
  92.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  93.                             if ('GET' !== $canonicalMethod) {
  94.                                 goto not__profiler_search_bar;
  95.                             }
  96.                             return array_replace($ret$this->redirect($rawPathinfo'_profiler_search_bar'key($requiredSchemes)));
  97.                         }
  98.                         return $ret;
  99.                     }
  100.                     not__profiler_search_bar:
  101.                 }
  102.                 // _profiler_phpinfo
  103.                 if ('/_profiler/phpinfo' === $pathinfo) {
  104.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:phpinfoAction',  '_route' => '_profiler_phpinfo',);
  105.                     $requiredSchemes = array (  'https' => 0,);
  106.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  107.                         if ('GET' !== $canonicalMethod) {
  108.                             goto not__profiler_phpinfo;
  109.                         }
  110.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_phpinfo'key($requiredSchemes)));
  111.                     }
  112.                     return $ret;
  113.                 }
  114.                 not__profiler_phpinfo:
  115.                 // _profiler_search_results
  116.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/search/results$#sD'$pathinfo$matches)) {
  117.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_search_results']), array (  '_controller' => 'web_profiler.controller.profiler:searchResultsAction',));
  118.                     $requiredSchemes = array (  'https' => 0,);
  119.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  120.                         if ('GET' !== $canonicalMethod) {
  121.                             goto not__profiler_search_results;
  122.                         }
  123.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_search_results'key($requiredSchemes)));
  124.                     }
  125.                     return $ret;
  126.                 }
  127.                 not__profiler_search_results:
  128.                 // _profiler_open_file
  129.                 if ('/_profiler/open' === $pathinfo) {
  130.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:openAction',  '_route' => '_profiler_open_file',);
  131.                     $requiredSchemes = array (  'https' => 0,);
  132.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  133.                         if ('GET' !== $canonicalMethod) {
  134.                             goto not__profiler_open_file;
  135.                         }
  136.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_open_file'key($requiredSchemes)));
  137.                     }
  138.                     return $ret;
  139.                 }
  140.                 not__profiler_open_file:
  141.                 // _profiler
  142.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)$#sD'$pathinfo$matches)) {
  143.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler']), array (  '_controller' => 'web_profiler.controller.profiler:panelAction',));
  144.                     $requiredSchemes = array (  'https' => 0,);
  145.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  146.                         if ('GET' !== $canonicalMethod) {
  147.                             goto not__profiler;
  148.                         }
  149.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler'key($requiredSchemes)));
  150.                     }
  151.                     return $ret;
  152.                 }
  153.                 not__profiler:
  154.                 // _profiler_router
  155.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/router$#sD'$pathinfo$matches)) {
  156.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_router']), array (  '_controller' => 'web_profiler.controller.router:panelAction',));
  157.                     $requiredSchemes = array (  'https' => 0,);
  158.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  159.                         if ('GET' !== $canonicalMethod) {
  160.                             goto not__profiler_router;
  161.                         }
  162.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_router'key($requiredSchemes)));
  163.                     }
  164.                     return $ret;
  165.                 }
  166.                 not__profiler_router:
  167.                 // _profiler_exception
  168.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/exception$#sD'$pathinfo$matches)) {
  169.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_exception']), array (  '_controller' => 'web_profiler.controller.exception:showAction',));
  170.                     $requiredSchemes = array (  'https' => 0,);
  171.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  172.                         if ('GET' !== $canonicalMethod) {
  173.                             goto not__profiler_exception;
  174.                         }
  175.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_exception'key($requiredSchemes)));
  176.                     }
  177.                     return $ret;
  178.                 }
  179.                 not__profiler_exception:
  180.                 // _profiler_exception_css
  181.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/exception\\.css$#sD'$pathinfo$matches)) {
  182.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_exception_css']), array (  '_controller' => 'web_profiler.controller.exception:cssAction',));
  183.                     $requiredSchemes = array (  'https' => 0,);
  184.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  185.                         if ('GET' !== $canonicalMethod) {
  186.                             goto not__profiler_exception_css;
  187.                         }
  188.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_exception_css'key($requiredSchemes)));
  189.                     }
  190.                     return $ret;
  191.                 }
  192.                 not__profiler_exception_css:
  193.             }
  194.         }
  195.         elseif (=== strpos($pathinfo'/mgmrm')) {
  196.             // admin_login
  197.             if ('/mgmrm/login' === $pathinfo) {
  198.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::login',  '_route' => 'admin_login',);
  199.                 $requiredSchemes = array (  'https' => 0,);
  200.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  201.                     if ('GET' !== $canonicalMethod) {
  202.                         goto not_admin_login;
  203.                     }
  204.                     return array_replace($ret$this->redirect($rawPathinfo'admin_login'key($requiredSchemes)));
  205.                 }
  206.                 return $ret;
  207.             }
  208.             not_admin_login:
  209.             // admin_homepage
  210.             if ('/mgmrm' === $trimmedPathinfo) {
  211.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::index',  '_route' => 'admin_homepage',);
  212.                 if ('/' === substr($pathinfo, -1)) {
  213.                     // no-op
  214.                 } elseif ('GET' !== $canonicalMethod) {
  215.                     goto not_admin_homepage;
  216.                 } else {
  217.                     return array_replace($ret$this->redirect($rawPathinfo.'/''admin_homepage'));
  218.                 }
  219.                 $requiredSchemes = array (  'https' => 0,);
  220.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  221.                     if ('GET' !== $canonicalMethod) {
  222.                         goto not_admin_homepage;
  223.                     }
  224.                     return array_replace($ret$this->redirect($rawPathinfo'admin_homepage'key($requiredSchemes)));
  225.                 }
  226.                 return $ret;
  227.             }
  228.             not_admin_homepage:
  229.             if (=== strpos($pathinfo'/mgmrm/s')) {
  230.                 // admin_homepage_sale
  231.                 if ('/mgmrm/sale_chart' === $pathinfo) {
  232.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::sale',  '_route' => 'admin_homepage_sale',);
  233.                     $requiredSchemes = array (  'https' => 0,);
  234.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  235.                         if ('GET' !== $canonicalMethod) {
  236.                             goto not_admin_homepage_sale;
  237.                         }
  238.                         return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_sale'key($requiredSchemes)));
  239.                     }
  240.                     return $ret;
  241.                 }
  242.                 not_admin_homepage_sale:
  243.                 if (=== strpos($pathinfo'/mgmrm/se')) {
  244.                     // admin_homepage_nonstock
  245.                     if ('/mgmrm/search_nonstock' === $pathinfo) {
  246.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchNonStockProducts',  '_route' => 'admin_homepage_nonstock',);
  247.                         $requiredSchemes = array (  'https' => 0,);
  248.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  249.                             if ('GET' !== $canonicalMethod) {
  250.                                 goto not_admin_homepage_nonstock;
  251.                             }
  252.                             return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_nonstock'key($requiredSchemes)));
  253.                         }
  254.                         return $ret;
  255.                     }
  256.                     not_admin_homepage_nonstock:
  257.                     // admin_homepage_customer
  258.                     if ('/mgmrm/search_customer' === $pathinfo) {
  259.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchCustomer',  '_route' => 'admin_homepage_customer',);
  260.                         $requiredSchemes = array (  'https' => 0,);
  261.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  262.                             if ('GET' !== $canonicalMethod) {
  263.                                 goto not_admin_homepage_customer;
  264.                             }
  265.                             return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_customer'key($requiredSchemes)));
  266.                         }
  267.                         return $ret;
  268.                     }
  269.                     not_admin_homepage_customer:
  270.                     if (=== strpos($pathinfo'/mgmrm/setting/shop')) {
  271.                         // admin_setting_shop_csv
  272.                         if (=== strpos($pathinfo'/mgmrm/setting/shop/csv') && preg_match('#^/mgmrm/setting/shop/csv(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  273.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_csv']), array (  'id' => 3,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController::index',));
  274.                             $requiredSchemes = array (  'https' => 0,);
  275.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  276.                                 if ('GET' !== $canonicalMethod) {
  277.                                     goto not_admin_setting_shop_csv;
  278.                                 }
  279.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_csv'key($requiredSchemes)));
  280.                             }
  281.                             return $ret;
  282.                         }
  283.                         not_admin_setting_shop_csv:
  284.                         if (=== strpos($pathinfo'/mgmrm/setting/shop/delivery')) {
  285.                             // admin_setting_shop_delivery
  286.                             if ('/mgmrm/setting/shop/delivery' === $pathinfo) {
  287.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::index',  '_route' => 'admin_setting_shop_delivery',);
  288.                                 $requiredSchemes = array (  'https' => 0,);
  289.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  290.                                     if ('GET' !== $canonicalMethod) {
  291.                                         goto not_admin_setting_shop_delivery;
  292.                                     }
  293.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery'key($requiredSchemes)));
  294.                                 }
  295.                                 return $ret;
  296.                             }
  297.                             not_admin_setting_shop_delivery:
  298.                             // admin_setting_shop_delivery_new
  299.                             if ('/mgmrm/setting/shop/delivery/new' === $pathinfo) {
  300.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',  '_route' => 'admin_setting_shop_delivery_new',);
  301.                                 $requiredSchemes = array (  'https' => 0,);
  302.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  303.                                     if ('GET' !== $canonicalMethod) {
  304.                                         goto not_admin_setting_shop_delivery_new;
  305.                                     }
  306.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_new'key($requiredSchemes)));
  307.                                 }
  308.                                 return $ret;
  309.                             }
  310.                             not_admin_setting_shop_delivery_new:
  311.                             // admin_setting_shop_delivery_edit
  312.                             if (preg_match('#^/mgmrm/setting/shop/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  313.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',));
  314.                                 $requiredSchemes = array (  'https' => 0,);
  315.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  316.                                     if ('GET' !== $canonicalMethod) {
  317.                                         goto not_admin_setting_shop_delivery_edit;
  318.                                     }
  319.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_edit'key($requiredSchemes)));
  320.                                 }
  321.                                 return $ret;
  322.                             }
  323.                             not_admin_setting_shop_delivery_edit:
  324.                             // admin_setting_shop_delivery_delete
  325.                             if (preg_match('#^/mgmrm/setting/shop/delivery/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  326.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::delete',));
  327.                                 $requiredSchemes = array (  'https' => 0,);
  328.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  329.                                 if (!in_array($requestMethod, ['DELETE'])) {
  330.                                     if ($hasRequiredScheme) {
  331.                                         $allow array_merge($allow, ['DELETE']);
  332.                                     }
  333.                                     goto not_admin_setting_shop_delivery_delete;
  334.                                 }
  335.                                 if (!$hasRequiredScheme) {
  336.                                     if ('GET' !== $canonicalMethod) {
  337.                                         goto not_admin_setting_shop_delivery_delete;
  338.                                     }
  339.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_delete'key($requiredSchemes)));
  340.                                 }
  341.                                 return $ret;
  342.                             }
  343.                             not_admin_setting_shop_delivery_delete:
  344.                             // admin_setting_shop_delivery_visibility
  345.                             if (preg_match('#^/mgmrm/setting/shop/delivery/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  346.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::visibility',));
  347.                                 $requiredSchemes = array (  'https' => 0,);
  348.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  349.                                 if (!in_array($requestMethod, ['PUT'])) {
  350.                                     if ($hasRequiredScheme) {
  351.                                         $allow array_merge($allow, ['PUT']);
  352.                                     }
  353.                                     goto not_admin_setting_shop_delivery_visibility;
  354.                                 }
  355.                                 if (!$hasRequiredScheme) {
  356.                                     if ('GET' !== $canonicalMethod) {
  357.                                         goto not_admin_setting_shop_delivery_visibility;
  358.                                     }
  359.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_visibility'key($requiredSchemes)));
  360.                                 }
  361.                                 return $ret;
  362.                             }
  363.                             not_admin_setting_shop_delivery_visibility:
  364.                             // admin_setting_shop_delivery_sort_no_move
  365.                             if ('/mgmrm/setting/shop/delivery/sort_no/move' === $pathinfo) {
  366.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::moveSortNo',  '_route' => 'admin_setting_shop_delivery_sort_no_move',);
  367.                                 $requiredSchemes = array (  'https' => 0,);
  368.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  369.                                 if (!in_array($requestMethod, ['POST'])) {
  370.                                     if ($hasRequiredScheme) {
  371.                                         $allow array_merge($allow, ['POST']);
  372.                                     }
  373.                                     goto not_admin_setting_shop_delivery_sort_no_move;
  374.                                 }
  375.                                 if (!$hasRequiredScheme) {
  376.                                     if ('GET' !== $canonicalMethod) {
  377.                                         goto not_admin_setting_shop_delivery_sort_no_move;
  378.                                     }
  379.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_sort_no_move'key($requiredSchemes)));
  380.                                 }
  381.                                 return $ret;
  382.                             }
  383.                             not_admin_setting_shop_delivery_sort_no_move:
  384.                         }
  385.                         elseif (=== strpos($pathinfo'/mgmrm/setting/shop/mail')) {
  386.                             // admin_setting_shop_mail
  387.                             if ('/mgmrm/setting/shop/mail' === $pathinfo) {
  388.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',  '_route' => 'admin_setting_shop_mail',);
  389.                                 $requiredSchemes = array (  'https' => 0,);
  390.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  391.                                     if ('GET' !== $canonicalMethod) {
  392.                                         goto not_admin_setting_shop_mail;
  393.                                     }
  394.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail'key($requiredSchemes)));
  395.                                 }
  396.                                 return $ret;
  397.                             }
  398.                             not_admin_setting_shop_mail:
  399.                             // admin_setting_shop_mail_edit
  400.                             if (preg_match('#^/mgmrm/setting/shop/mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  401.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_mail_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',));
  402.                                 $requiredSchemes = array (  'https' => 0,);
  403.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  404.                                     if ('GET' !== $canonicalMethod) {
  405.                                         goto not_admin_setting_shop_mail_edit;
  406.                                     }
  407.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_edit'key($requiredSchemes)));
  408.                                 }
  409.                                 return $ret;
  410.                             }
  411.                             not_admin_setting_shop_mail_edit:
  412.                             // admin_setting_shop_mail_preview
  413.                             if ('/mgmrm/setting/shop/mail/preview' === $pathinfo) {
  414.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::preview',  '_route' => 'admin_setting_shop_mail_preview',);
  415.                                 $requiredSchemes = array (  'https' => 0,);
  416.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  417.                                     if ('GET' !== $canonicalMethod) {
  418.                                         goto not_admin_setting_shop_mail_preview;
  419.                                     }
  420.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_preview'key($requiredSchemes)));
  421.                                 }
  422.                                 return $ret;
  423.                             }
  424.                             not_admin_setting_shop_mail_preview:
  425.                         }
  426.                         elseif (=== strpos($pathinfo'/mgmrm/setting/shop/payment')) {
  427.                             // admin_setting_shop_payment
  428.                             if ('/mgmrm/setting/shop/payment' === $pathinfo) {
  429.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::index',  '_route' => 'admin_setting_shop_payment',);
  430.                                 $requiredSchemes = array (  'https' => 0,);
  431.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  432.                                     if ('GET' !== $canonicalMethod) {
  433.                                         goto not_admin_setting_shop_payment;
  434.                                     }
  435.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment'key($requiredSchemes)));
  436.                                 }
  437.                                 return $ret;
  438.                             }
  439.                             not_admin_setting_shop_payment:
  440.                             // admin_setting_shop_payment_new
  441.                             if ('/mgmrm/setting/shop/payment/new' === $pathinfo) {
  442.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',  '_route' => 'admin_setting_shop_payment_new',);
  443.                                 $requiredSchemes = array (  'https' => 0,);
  444.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  445.                                     if ('GET' !== $canonicalMethod) {
  446.                                         goto not_admin_setting_shop_payment_new;
  447.                                     }
  448.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_new'key($requiredSchemes)));
  449.                                 }
  450.                                 return $ret;
  451.                             }
  452.                             not_admin_setting_shop_payment_new:
  453.                             // admin_setting_shop_payment_edit
  454.                             if (preg_match('#^/mgmrm/setting/shop/payment/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  455.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',));
  456.                                 $requiredSchemes = array (  'https' => 0,);
  457.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  458.                                     if ('GET' !== $canonicalMethod) {
  459.                                         goto not_admin_setting_shop_payment_edit;
  460.                                     }
  461.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_edit'key($requiredSchemes)));
  462.                                 }
  463.                                 return $ret;
  464.                             }
  465.                             not_admin_setting_shop_payment_edit:
  466.                             // admin_payment_image_add
  467.                             if ('/mgmrm/setting/shop/payment/image/add' === $pathinfo) {
  468.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::imageAdd',  '_route' => 'admin_payment_image_add',);
  469.                                 $requiredSchemes = array (  'https' => 0,);
  470.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  471.                                     if ('GET' !== $canonicalMethod) {
  472.                                         goto not_admin_payment_image_add;
  473.                                     }
  474.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_payment_image_add'key($requiredSchemes)));
  475.                                 }
  476.                                 return $ret;
  477.                             }
  478.                             not_admin_payment_image_add:
  479.                             // admin_setting_shop_payment_delete
  480.                             if (preg_match('#^/mgmrm/setting/shop/payment/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  481.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::delete',));
  482.                                 $requiredSchemes = array (  'https' => 0,);
  483.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  484.                                 if (!in_array($requestMethod, ['DELETE'])) {
  485.                                     if ($hasRequiredScheme) {
  486.                                         $allow array_merge($allow, ['DELETE']);
  487.                                     }
  488.                                     goto not_admin_setting_shop_payment_delete;
  489.                                 }
  490.                                 if (!$hasRequiredScheme) {
  491.                                     if ('GET' !== $canonicalMethod) {
  492.                                         goto not_admin_setting_shop_payment_delete;
  493.                                     }
  494.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_delete'key($requiredSchemes)));
  495.                                 }
  496.                                 return $ret;
  497.                             }
  498.                             not_admin_setting_shop_payment_delete:
  499.                             // admin_setting_shop_payment_visible
  500.                             if (preg_match('#^/mgmrm/setting/shop/payment/(?P<id>\\d+)/visible$#sD'$pathinfo$matches)) {
  501.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_visible']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::visible',));
  502.                                 $requiredSchemes = array (  'https' => 0,);
  503.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  504.                                 if (!in_array($requestMethod, ['PUT'])) {
  505.                                     if ($hasRequiredScheme) {
  506.                                         $allow array_merge($allow, ['PUT']);
  507.                                     }
  508.                                     goto not_admin_setting_shop_payment_visible;
  509.                                 }
  510.                                 if (!$hasRequiredScheme) {
  511.                                     if ('GET' !== $canonicalMethod) {
  512.                                         goto not_admin_setting_shop_payment_visible;
  513.                                     }
  514.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_visible'key($requiredSchemes)));
  515.                                 }
  516.                                 return $ret;
  517.                             }
  518.                             not_admin_setting_shop_payment_visible:
  519.                             // admin_setting_shop_payment_sort_no_move
  520.                             if ('/mgmrm/setting/shop/payment/sort_no/move' === $pathinfo) {
  521.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::moveSortNo',  '_route' => 'admin_setting_shop_payment_sort_no_move',);
  522.                                 $requiredSchemes = array (  'https' => 0,);
  523.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  524.                                 if (!in_array($requestMethod, ['POST'])) {
  525.                                     if ($hasRequiredScheme) {
  526.                                         $allow array_merge($allow, ['POST']);
  527.                                     }
  528.                                     goto not_admin_setting_shop_payment_sort_no_move;
  529.                                 }
  530.                                 if (!$hasRequiredScheme) {
  531.                                     if ('GET' !== $canonicalMethod) {
  532.                                         goto not_admin_setting_shop_payment_sort_no_move;
  533.                                     }
  534.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_sort_no_move'key($requiredSchemes)));
  535.                                 }
  536.                                 return $ret;
  537.                             }
  538.                             not_admin_setting_shop_payment_sort_no_move:
  539.                         }
  540.                         // admin_setting_shop
  541.                         if ('/mgmrm/setting/shop' === $pathinfo) {
  542.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController::index',  '_route' => 'admin_setting_shop',);
  543.                             $requiredSchemes = array (  'https' => 0,);
  544.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  545.                                 if ('GET' !== $canonicalMethod) {
  546.                                     goto not_admin_setting_shop;
  547.                                 }
  548.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop'key($requiredSchemes)));
  549.                             }
  550.                             return $ret;
  551.                         }
  552.                         not_admin_setting_shop:
  553.                         if (=== strpos($pathinfo'/mgmrm/setting/shop/tax')) {
  554.                             // admin_setting_shop_tax
  555.                             if ('/mgmrm/setting/shop/tax' === $pathinfo) {
  556.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax',);
  557.                                 $requiredSchemes = array (  'https' => 0,);
  558.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  559.                                     if ('GET' !== $canonicalMethod) {
  560.                                         goto not_admin_setting_shop_tax;
  561.                                     }
  562.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax'key($requiredSchemes)));
  563.                                 }
  564.                                 return $ret;
  565.                             }
  566.                             not_admin_setting_shop_tax:
  567.                             // admin_setting_shop_tax_new
  568.                             if ('/mgmrm/setting/shop/tax/new' === $pathinfo) {
  569.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax_new',);
  570.                                 $requiredSchemes = array (  'https' => 0,);
  571.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  572.                                     if ('GET' !== $canonicalMethod) {
  573.                                         goto not_admin_setting_shop_tax_new;
  574.                                     }
  575.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_new'key($requiredSchemes)));
  576.                                 }
  577.                                 return $ret;
  578.                             }
  579.                             not_admin_setting_shop_tax_new:
  580.                             // admin_setting_shop_tax_delete
  581.                             if (preg_match('#^/mgmrm/setting/shop/tax/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  582.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_tax_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::delete',));
  583.                                 $requiredSchemes = array (  'https' => 0,);
  584.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  585.                                 if (!in_array($requestMethod, ['DELETE'])) {
  586.                                     if ($hasRequiredScheme) {
  587.                                         $allow array_merge($allow, ['DELETE']);
  588.                                     }
  589.                                     goto not_admin_setting_shop_tax_delete;
  590.                                 }
  591.                                 if (!$hasRequiredScheme) {
  592.                                     if ('GET' !== $canonicalMethod) {
  593.                                         goto not_admin_setting_shop_tax_delete;
  594.                                     }
  595.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_delete'key($requiredSchemes)));
  596.                                 }
  597.                                 return $ret;
  598.                             }
  599.                             not_admin_setting_shop_tax_delete:
  600.                         }
  601.                     }
  602.                     elseif (=== strpos($pathinfo'/mgmrm/setting/system')) {
  603.                         // admin_setting_system_authority
  604.                         if ('/mgmrm/setting/system/authority' === $pathinfo) {
  605.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController::index',  '_route' => 'admin_setting_system_authority',);
  606.                             $requiredSchemes = array (  'https' => 0,);
  607.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  608.                                 if ('GET' !== $canonicalMethod) {
  609.                                     goto not_admin_setting_system_authority;
  610.                                 }
  611.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_authority'key($requiredSchemes)));
  612.                             }
  613.                             return $ret;
  614.                         }
  615.                         not_admin_setting_system_authority:
  616.                         // admin_setting_system_log
  617.                         if ('/mgmrm/setting/system/log' === $pathinfo) {
  618.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\LogController::index',  '_route' => 'admin_setting_system_log',);
  619.                             $requiredSchemes = array (  'https' => 0,);
  620.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  621.                                 if ('GET' !== $canonicalMethod) {
  622.                                     goto not_admin_setting_system_log;
  623.                                 }
  624.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_log'key($requiredSchemes)));
  625.                             }
  626.                             return $ret;
  627.                         }
  628.                         not_admin_setting_system_log:
  629.                         if (=== strpos($pathinfo'/mgmrm/setting/system/masterdata')) {
  630.                             // admin_setting_system_masterdata
  631.                             if ('/mgmrm/setting/system/masterdata' === $pathinfo) {
  632.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',  '_route' => 'admin_setting_system_masterdata',);
  633.                                 $requiredSchemes = array (  'https' => 0,);
  634.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  635.                                     if ('GET' !== $canonicalMethod) {
  636.                                         goto not_admin_setting_system_masterdata;
  637.                                     }
  638.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata'key($requiredSchemes)));
  639.                                 }
  640.                                 return $ret;
  641.                             }
  642.                             not_admin_setting_system_masterdata:
  643.                             // admin_setting_system_masterdata_view
  644.                             if (preg_match('#^/mgmrm/setting/system/masterdata/(?P<entity>[^/]++)/edit$#sD'$pathinfo$matches)) {
  645.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_masterdata_view']), array (  'entity' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',));
  646.                                 $requiredSchemes = array (  'https' => 0,);
  647.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  648.                                     if ('GET' !== $canonicalMethod) {
  649.                                         goto not_admin_setting_system_masterdata_view;
  650.                                     }
  651.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_view'key($requiredSchemes)));
  652.                                 }
  653.                                 return $ret;
  654.                             }
  655.                             not_admin_setting_system_masterdata_view:
  656.                             // admin_setting_system_masterdata_edit
  657.                             if ('/mgmrm/setting/system/masterdata/edit' === $pathinfo) {
  658.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::edit',  '_route' => 'admin_setting_system_masterdata_edit',);
  659.                                 $requiredSchemes = array (  'https' => 0,);
  660.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  661.                                     if ('GET' !== $canonicalMethod) {
  662.                                         goto not_admin_setting_system_masterdata_edit;
  663.                                     }
  664.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_edit'key($requiredSchemes)));
  665.                                 }
  666.                                 return $ret;
  667.                             }
  668.                             not_admin_setting_system_masterdata_edit:
  669.                         }
  670.                         elseif (=== strpos($pathinfo'/mgmrm/setting/system/member')) {
  671.                             // admin_setting_system_member
  672.                             if ('/mgmrm/setting/system/member' === $pathinfo) {
  673.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::index',  '_route' => 'admin_setting_system_member',);
  674.                                 $requiredSchemes = array (  'https' => 0,);
  675.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  676.                                     if ('GET' !== $canonicalMethod) {
  677.                                         goto not_admin_setting_system_member;
  678.                                     }
  679.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member'key($requiredSchemes)));
  680.                                 }
  681.                                 return $ret;
  682.                             }
  683.                             not_admin_setting_system_member:
  684.                             // admin_setting_system_member_new
  685.                             if ('/mgmrm/setting/system/member/new' === $pathinfo) {
  686.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::create',  '_route' => 'admin_setting_system_member_new',);
  687.                                 $requiredSchemes = array (  'https' => 0,);
  688.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  689.                                     if ('GET' !== $canonicalMethod) {
  690.                                         goto not_admin_setting_system_member_new;
  691.                                     }
  692.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_new'key($requiredSchemes)));
  693.                                 }
  694.                                 return $ret;
  695.                             }
  696.                             not_admin_setting_system_member_new:
  697.                             // admin_setting_system_member_edit
  698.                             if (preg_match('#^/mgmrm/setting/system/member/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  699.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::edit',));
  700.                                 $requiredSchemes = array (  'https' => 0,);
  701.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  702.                                     if ('GET' !== $canonicalMethod) {
  703.                                         goto not_admin_setting_system_member_edit;
  704.                                     }
  705.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_edit'key($requiredSchemes)));
  706.                                 }
  707.                                 return $ret;
  708.                             }
  709.                             not_admin_setting_system_member_edit:
  710.                             // admin_setting_system_member_up
  711.                             if (preg_match('#^/mgmrm/setting/system/member/(?P<id>\\d+)/up$#sD'$pathinfo$matches)) {
  712.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_up']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::up',));
  713.                                 $requiredSchemes = array (  'https' => 0,);
  714.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  715.                                 if (!in_array($requestMethod, ['PUT'])) {
  716.                                     if ($hasRequiredScheme) {
  717.                                         $allow array_merge($allow, ['PUT']);
  718.                                     }
  719.                                     goto not_admin_setting_system_member_up;
  720.                                 }
  721.                                 if (!$hasRequiredScheme) {
  722.                                     if ('GET' !== $canonicalMethod) {
  723.                                         goto not_admin_setting_system_member_up;
  724.                                     }
  725.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_up'key($requiredSchemes)));
  726.                                 }
  727.                                 return $ret;
  728.                             }
  729.                             not_admin_setting_system_member_up:
  730.                             // admin_setting_system_member_down
  731.                             if (preg_match('#^/mgmrm/setting/system/member/(?P<id>\\d+)/down$#sD'$pathinfo$matches)) {
  732.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_down']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::down',));
  733.                                 $requiredSchemes = array (  'https' => 0,);
  734.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  735.                                 if (!in_array($requestMethod, ['PUT'])) {
  736.                                     if ($hasRequiredScheme) {
  737.                                         $allow array_merge($allow, ['PUT']);
  738.                                     }
  739.                                     goto not_admin_setting_system_member_down;
  740.                                 }
  741.                                 if (!$hasRequiredScheme) {
  742.                                     if ('GET' !== $canonicalMethod) {
  743.                                         goto not_admin_setting_system_member_down;
  744.                                     }
  745.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_down'key($requiredSchemes)));
  746.                                 }
  747.                                 return $ret;
  748.                             }
  749.                             not_admin_setting_system_member_down:
  750.                             // admin_setting_system_member_delete
  751.                             if (preg_match('#^/mgmrm/setting/system/member/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  752.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::delete',));
  753.                                 $requiredSchemes = array (  'https' => 0,);
  754.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  755.                                 if (!in_array($requestMethod, ['DELETE'])) {
  756.                                     if ($hasRequiredScheme) {
  757.                                         $allow array_merge($allow, ['DELETE']);
  758.                                     }
  759.                                     goto not_admin_setting_system_member_delete;
  760.                                 }
  761.                                 if (!$hasRequiredScheme) {
  762.                                     if ('GET' !== $canonicalMethod) {
  763.                                         goto not_admin_setting_system_member_delete;
  764.                                     }
  765.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_delete'key($requiredSchemes)));
  766.                                 }
  767.                                 return $ret;
  768.                             }
  769.                             not_admin_setting_system_member_delete:
  770.                         }
  771.                         // admin_setting_system_security
  772.                         if ('/mgmrm/setting/system/security' === $pathinfo) {
  773.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController::index',  '_route' => 'admin_setting_system_security',);
  774.                             $requiredSchemes = array (  'https' => 0,);
  775.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  776.                                 if ('GET' !== $canonicalMethod) {
  777.                                     goto not_admin_setting_system_security;
  778.                                 }
  779.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_security'key($requiredSchemes)));
  780.                             }
  781.                             return $ret;
  782.                         }
  783.                         not_admin_setting_system_security:
  784.                         if (=== strpos($pathinfo'/mgmrm/setting/system/system')) {
  785.                             // admin_setting_system_system
  786.                             if ('/mgmrm/setting/system/system' === $pathinfo) {
  787.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::index',  '_route' => 'admin_setting_system_system',);
  788.                                 $requiredSchemes = array (  'https' => 0,);
  789.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  790.                                     if ('GET' !== $canonicalMethod) {
  791.                                         goto not_admin_setting_system_system;
  792.                                     }
  793.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system'key($requiredSchemes)));
  794.                                 }
  795.                                 return $ret;
  796.                             }
  797.                             not_admin_setting_system_system:
  798.                             // admin_setting_system_system_phpinfo
  799.                             if ('/mgmrm/setting/system/system/phpinfo' === $pathinfo) {
  800.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::phpinfo',  '_route' => 'admin_setting_system_system_phpinfo',);
  801.                                 $requiredSchemes = array (  'https' => 0,);
  802.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  803.                                     if ('GET' !== $canonicalMethod) {
  804.                                         goto not_admin_setting_system_system_phpinfo;
  805.                                     }
  806.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system_phpinfo'key($requiredSchemes)));
  807.                                 }
  808.                                 return $ret;
  809.                             }
  810.                             not_admin_setting_system_system_phpinfo:
  811.                         }
  812.                     }
  813.                 }
  814.                 elseif (=== strpos($pathinfo'/mgmrm/shipping')) {
  815.                     // admin_shipping_update_order_status
  816.                     if (preg_match('#^/mgmrm/shipping/(?P<id>\\d+)/order_status$#sD'$pathinfo$matches)) {
  817.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_order_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateOrderStatus',));
  818.                         $requiredSchemes = array (  'https' => 0,);
  819.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  820.                         if (!in_array($requestMethod, ['PUT'])) {
  821.                             if ($hasRequiredScheme) {
  822.                                 $allow array_merge($allow, ['PUT']);
  823.                             }
  824.                             goto not_admin_shipping_update_order_status;
  825.                         }
  826.                         if (!$hasRequiredScheme) {
  827.                             if ('GET' !== $canonicalMethod) {
  828.                                 goto not_admin_shipping_update_order_status;
  829.                             }
  830.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_order_status'key($requiredSchemes)));
  831.                         }
  832.                         return $ret;
  833.                     }
  834.                     not_admin_shipping_update_order_status:
  835.                     // admin_shipping_update_tracking_number
  836.                     if (preg_match('#^/mgmrm/shipping/(?P<id>\\d+)/tracking_number$#sD'$pathinfo$matches)) {
  837.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_tracking_number']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateTrackingNumber',));
  838.                         $requiredSchemes = array (  'https' => 0,);
  839.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  840.                         if (!in_array($requestMethod, ['PUT'])) {
  841.                             if ($hasRequiredScheme) {
  842.                                 $allow array_merge($allow, ['PUT']);
  843.                             }
  844.                             goto not_admin_shipping_update_tracking_number;
  845.                         }
  846.                         if (!$hasRequiredScheme) {
  847.                             if ('GET' !== $canonicalMethod) {
  848.                                 goto not_admin_shipping_update_tracking_number;
  849.                             }
  850.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_tracking_number'key($requiredSchemes)));
  851.                         }
  852.                         return $ret;
  853.                     }
  854.                     not_admin_shipping_update_tracking_number:
  855.                     // admin_shipping_edit
  856.                     if (preg_match('#^/mgmrm/shipping/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  857.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::index',));
  858.                         $requiredSchemes = array (  'https' => 0,);
  859.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  860.                             if ('GET' !== $canonicalMethod) {
  861.                                 goto not_admin_shipping_edit;
  862.                             }
  863.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_edit'key($requiredSchemes)));
  864.                         }
  865.                         return $ret;
  866.                     }
  867.                     not_admin_shipping_edit:
  868.                     // admin_shipping_preview_notify_mail
  869.                     if (=== strpos($pathinfo'/mgmrm/shipping/preview_notify_mail') && preg_match('#^/mgmrm/shipping/preview_notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  870.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_preview_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::previewShippingNotifyMail',));
  871.                         $requiredSchemes = array (  'https' => 0,);
  872.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  873.                             if ('GET' !== $canonicalMethod) {
  874.                                 goto not_admin_shipping_preview_notify_mail;
  875.                             }
  876.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_preview_notify_mail'key($requiredSchemes)));
  877.                         }
  878.                         return $ret;
  879.                     }
  880.                     not_admin_shipping_preview_notify_mail:
  881.                     // admin_shipping_notify_mail
  882.                     if (=== strpos($pathinfo'/mgmrm/shipping/notify_mail') && preg_match('#^/mgmrm/shipping/notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  883.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::notifyMail',));
  884.                         $requiredSchemes = array (  'https' => 0,);
  885.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  886.                         if (!in_array($requestMethod, ['PUT'])) {
  887.                             if ($hasRequiredScheme) {
  888.                                 $allow array_merge($allow, ['PUT']);
  889.                             }
  890.                             goto not_admin_shipping_notify_mail;
  891.                         }
  892.                         if (!$hasRequiredScheme) {
  893.                             if ('GET' !== $canonicalMethod) {
  894.                                 goto not_admin_shipping_notify_mail;
  895.                             }
  896.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_notify_mail'key($requiredSchemes)));
  897.                         }
  898.                         return $ret;
  899.                     }
  900.                     not_admin_shipping_notify_mail:
  901.                 }
  902.                 elseif (=== strpos($pathinfo'/mgmrm/store/plugin')) {
  903.                     if (=== strpos($pathinfo'/mgmrm/store/plugin/api')) {
  904.                         if (=== strpos($pathinfo'/mgmrm/store/plugin/api/search')) {
  905.                             // admin_store_plugin_owners_search
  906.                             if ('/mgmrm/store/plugin/api/search' === $pathinfo) {
  907.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',  '_route' => 'admin_store_plugin_owners_search',);
  908.                                 $requiredSchemes = array (  'https' => 0,);
  909.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  910.                                     if ('GET' !== $canonicalMethod) {
  911.                                         goto not_admin_store_plugin_owners_search;
  912.                                     }
  913.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search'key($requiredSchemes)));
  914.                                 }
  915.                                 return $ret;
  916.                             }
  917.                             not_admin_store_plugin_owners_search:
  918.                             // admin_store_plugin_owners_search_page
  919.                             if (=== strpos($pathinfo'/mgmrm/store/plugin/api/search/page') && preg_match('#^/mgmrm/store/plugin/api/search/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  920.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_owners_search_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',));
  921.                                 $requiredSchemes = array (  'https' => 0,);
  922.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  923.                                     if ('GET' !== $canonicalMethod) {
  924.                                         goto not_admin_store_plugin_owners_search_page;
  925.                                     }
  926.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search_page'key($requiredSchemes)));
  927.                                 }
  928.                                 return $ret;
  929.                             }
  930.                             not_admin_store_plugin_owners_search_page:
  931.                         }
  932.                         // admin_store_plugin_api_schema_update
  933.                         if ('/mgmrm/store/plugin/api/schema_update' === $pathinfo) {
  934.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiSchemaUpdate',  '_route' => 'admin_store_plugin_api_schema_update',);
  935.                             $requiredSchemes = array (  'https' => 0,);
  936.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  937.                             if (!in_array($requestMethod, ['POST'])) {
  938.                                 if ($hasRequiredScheme) {
  939.                                     $allow array_merge($allow, ['POST']);
  940.                                 }
  941.                                 goto not_admin_store_plugin_api_schema_update;
  942.                             }
  943.                             if (!$hasRequiredScheme) {
  944.                                 if ('GET' !== $canonicalMethod) {
  945.                                     goto not_admin_store_plugin_api_schema_update;
  946.                                 }
  947.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_schema_update'key($requiredSchemes)));
  948.                             }
  949.                             return $ret;
  950.                         }
  951.                         not_admin_store_plugin_api_schema_update:
  952.                         if (=== strpos($pathinfo'/mgmrm/store/plugin/api/install')) {
  953.                             // admin_store_plugin_install_confirm
  954.                             if (preg_match('#^/mgmrm/store/plugin/api/install/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  955.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_install_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doConfirm',));
  956.                                 $requiredSchemes = array (  'https' => 0,);
  957.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  958.                                     if ('GET' !== $canonicalMethod) {
  959.                                         goto not_admin_store_plugin_install_confirm;
  960.                                     }
  961.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install_confirm'key($requiredSchemes)));
  962.                                 }
  963.                                 return $ret;
  964.                             }
  965.                             not_admin_store_plugin_install_confirm:
  966.                             // admin_store_plugin_api_install
  967.                             if ('/mgmrm/store/plugin/api/install' === $pathinfo) {
  968.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiInstall',  '_route' => 'admin_store_plugin_api_install',);
  969.                                 $requiredSchemes = array (  'https' => 0,);
  970.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  971.                                 if (!in_array($requestMethod, ['POST'])) {
  972.                                     if ($hasRequiredScheme) {
  973.                                         $allow array_merge($allow, ['POST']);
  974.                                     }
  975.                                     goto not_admin_store_plugin_api_install;
  976.                                 }
  977.                                 if (!$hasRequiredScheme) {
  978.                                     if ('GET' !== $canonicalMethod) {
  979.                                         goto not_admin_store_plugin_api_install;
  980.                                     }
  981.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_install'key($requiredSchemes)));
  982.                                 }
  983.                                 return $ret;
  984.                             }
  985.                             not_admin_store_plugin_api_install:
  986.                         }
  987.                         // admin_store_plugin_api_uninstall
  988.                         if (=== strpos($pathinfo'/mgmrm/store/plugin/api/delete') && preg_match('#^/mgmrm/store/plugin/api/delete/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  989.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_api_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUninstall',));
  990.                             $requiredSchemes = array (  'https' => 0,);
  991.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  992.                             if (!in_array($requestMethod, ['DELETE'])) {
  993.                                 if ($hasRequiredScheme) {
  994.                                     $allow array_merge($allow, ['DELETE']);
  995.                                 }
  996.                                 goto not_admin_store_plugin_api_uninstall;
  997.                             }
  998.                             if (!$hasRequiredScheme) {
  999.                                 if ('GET' !== $canonicalMethod) {
  1000.                                     goto not_admin_store_plugin_api_uninstall;
  1001.                                 }
  1002.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_uninstall'key($requiredSchemes)));
  1003.                             }
  1004.                             return $ret;
  1005.                         }
  1006.                         not_admin_store_plugin_api_uninstall:
  1007.                         if (=== strpos($pathinfo'/mgmrm/store/plugin/api/upgrade')) {
  1008.                             // admin_store_plugin_api_upgrade
  1009.                             if ('/mgmrm/store/plugin/api/upgrade' === $pathinfo) {
  1010.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpgrade',  '_route' => 'admin_store_plugin_api_upgrade',);
  1011.                                 $requiredSchemes = array (  'https' => 0,);
  1012.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1013.                                 if (!in_array($requestMethod, ['POST'])) {
  1014.                                     if ($hasRequiredScheme) {
  1015.                                         $allow array_merge($allow, ['POST']);
  1016.                                     }
  1017.                                     goto not_admin_store_plugin_api_upgrade;
  1018.                                 }
  1019.                                 if (!$hasRequiredScheme) {
  1020.                                     if ('GET' !== $canonicalMethod) {
  1021.                                         goto not_admin_store_plugin_api_upgrade;
  1022.                                     }
  1023.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_upgrade'key($requiredSchemes)));
  1024.                                 }
  1025.                                 return $ret;
  1026.                             }
  1027.                             not_admin_store_plugin_api_upgrade:
  1028.                             // admin_store_plugin_update_confirm
  1029.                             if (preg_match('#^/mgmrm/store/plugin/api/upgrade/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1030.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doUpdateConfirm',));
  1031.                                 $requiredSchemes = array (  'https' => 0,);
  1032.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1033.                                     if ('GET' !== $canonicalMethod) {
  1034.                                         goto not_admin_store_plugin_update_confirm;
  1035.                                     }
  1036.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update_confirm'key($requiredSchemes)));
  1037.                                 }
  1038.                                 return $ret;
  1039.                             }
  1040.                             not_admin_store_plugin_update_confirm:
  1041.                         }
  1042.                         // admin_store_plugin_api_update
  1043.                         if ('/mgmrm/store/plugin/api/update' === $pathinfo) {
  1044.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpdate',  '_route' => 'admin_store_plugin_api_update',);
  1045.                             $requiredSchemes = array (  'https' => 0,);
  1046.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1047.                             if (!in_array($requestMethod, ['POST'])) {
  1048.                                 if ($hasRequiredScheme) {
  1049.                                     $allow array_merge($allow, ['POST']);
  1050.                                 }
  1051.                                 goto not_admin_store_plugin_api_update;
  1052.                             }
  1053.                             if (!$hasRequiredScheme) {
  1054.                                 if ('GET' !== $canonicalMethod) {
  1055.                                     goto not_admin_store_plugin_api_update;
  1056.                                 }
  1057.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_update'key($requiredSchemes)));
  1058.                             }
  1059.                             return $ret;
  1060.                         }
  1061.                         not_admin_store_plugin_api_update:
  1062.                     }
  1063.                     // admin_store_plugin
  1064.                     if ('/mgmrm/store/plugin' === $pathinfo) {
  1065.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::index',  '_route' => 'admin_store_plugin',);
  1066.                         $requiredSchemes = array (  'https' => 0,);
  1067.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1068.                             if ('GET' !== $canonicalMethod) {
  1069.                                 goto not_admin_store_plugin;
  1070.                             }
  1071.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin'key($requiredSchemes)));
  1072.                         }
  1073.                         return $ret;
  1074.                     }
  1075.                     not_admin_store_plugin:
  1076.                     // admin_store_plugin_update
  1077.                     if (preg_match('#^/mgmrm/store/plugin/(?P<id>\\d+)/update$#sD'$pathinfo$matches)) {
  1078.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::update',));
  1079.                         $requiredSchemes = array (  'https' => 0,);
  1080.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1081.                         if (!in_array($requestMethod, ['POST'])) {
  1082.                             if ($hasRequiredScheme) {
  1083.                                 $allow array_merge($allow, ['POST']);
  1084.                             }
  1085.                             goto not_admin_store_plugin_update;
  1086.                         }
  1087.                         if (!$hasRequiredScheme) {
  1088.                             if ('GET' !== $canonicalMethod) {
  1089.                                 goto not_admin_store_plugin_update;
  1090.                             }
  1091.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update'key($requiredSchemes)));
  1092.                         }
  1093.                         return $ret;
  1094.                     }
  1095.                     not_admin_store_plugin_update:
  1096.                     // admin_store_plugin_enable
  1097.                     if (preg_match('#^/mgmrm/store/plugin/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  1098.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_enable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::enable',));
  1099.                         $requiredSchemes = array (  'https' => 0,);
  1100.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1101.                         if (!in_array($requestMethod, ['POST'])) {
  1102.                             if ($hasRequiredScheme) {
  1103.                                 $allow array_merge($allow, ['POST']);
  1104.                             }
  1105.                             goto not_admin_store_plugin_enable;
  1106.                         }
  1107.                         if (!$hasRequiredScheme) {
  1108.                             if ('GET' !== $canonicalMethod) {
  1109.                                 goto not_admin_store_plugin_enable;
  1110.                             }
  1111.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_enable'key($requiredSchemes)));
  1112.                         }
  1113.                         return $ret;
  1114.                     }
  1115.                     not_admin_store_plugin_enable:
  1116.                     // admin_store_plugin_disable
  1117.                     if (preg_match('#^/mgmrm/store/plugin/(?P<id>\\d+)/disable$#sD'$pathinfo$matches)) {
  1118.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_disable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::disable',));
  1119.                         $requiredSchemes = array (  'https' => 0,);
  1120.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1121.                         if (!in_array($requestMethod, ['POST'])) {
  1122.                             if ($hasRequiredScheme) {
  1123.                                 $allow array_merge($allow, ['POST']);
  1124.                             }
  1125.                             goto not_admin_store_plugin_disable;
  1126.                         }
  1127.                         if (!$hasRequiredScheme) {
  1128.                             if ('GET' !== $canonicalMethod) {
  1129.                                 goto not_admin_store_plugin_disable;
  1130.                             }
  1131.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_disable'key($requiredSchemes)));
  1132.                         }
  1133.                         return $ret;
  1134.                     }
  1135.                     not_admin_store_plugin_disable:
  1136.                     // admin_store_plugin_uninstall
  1137.                     if (preg_match('#^/mgmrm/store/plugin/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1138.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::uninstall',));
  1139.                         $requiredSchemes = array (  'https' => 0,);
  1140.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1141.                         if (!in_array($requestMethod, ['DELETE'])) {
  1142.                             if ($hasRequiredScheme) {
  1143.                                 $allow array_merge($allow, ['DELETE']);
  1144.                             }
  1145.                             goto not_admin_store_plugin_uninstall;
  1146.                         }
  1147.                         if (!$hasRequiredScheme) {
  1148.                             if ('GET' !== $canonicalMethod) {
  1149.                                 goto not_admin_store_plugin_uninstall;
  1150.                             }
  1151.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_uninstall'key($requiredSchemes)));
  1152.                         }
  1153.                         return $ret;
  1154.                     }
  1155.                     not_admin_store_plugin_uninstall:
  1156.                     // admin_store_plugin_install
  1157.                     if ('/mgmrm/store/plugin/install' === $pathinfo) {
  1158.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::install',  '_route' => 'admin_store_plugin_install',);
  1159.                         $requiredSchemes = array (  'https' => 0,);
  1160.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1161.                             if ('GET' !== $canonicalMethod) {
  1162.                                 goto not_admin_store_plugin_install;
  1163.                             }
  1164.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install'key($requiredSchemes)));
  1165.                         }
  1166.                         return $ret;
  1167.                     }
  1168.                     not_admin_store_plugin_install:
  1169.                     // admin_store_authentication_setting
  1170.                     if ('/mgmrm/store/plugin/authentication_setting' === $pathinfo) {
  1171.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::authenticationSetting',  '_route' => 'admin_store_authentication_setting',);
  1172.                         $requiredSchemes = array (  'https' => 0,);
  1173.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1174.                             if ('GET' !== $canonicalMethod) {
  1175.                                 goto not_admin_store_authentication_setting;
  1176.                             }
  1177.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_authentication_setting'key($requiredSchemes)));
  1178.                         }
  1179.                         return $ret;
  1180.                     }
  1181.                     not_admin_store_authentication_setting:
  1182.                 }
  1183.                 elseif (=== strpos($pathinfo'/mgmrm/store/template')) {
  1184.                     // admin_store_template
  1185.                     if ('/mgmrm/store/template' === $pathinfo) {
  1186.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::index',  '_route' => 'admin_store_template',);
  1187.                         $requiredSchemes = array (  'https' => 0,);
  1188.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1189.                             if ('GET' !== $canonicalMethod) {
  1190.                                 goto not_admin_store_template;
  1191.                             }
  1192.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template'key($requiredSchemes)));
  1193.                         }
  1194.                         return $ret;
  1195.                     }
  1196.                     not_admin_store_template:
  1197.                     // admin_store_template_download
  1198.                     if (preg_match('#^/mgmrm/store/template/(?P<id>\\d+)/download$#sD'$pathinfo$matches)) {
  1199.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_download']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::download',));
  1200.                         $requiredSchemes = array (  'https' => 0,);
  1201.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1202.                             if ('GET' !== $canonicalMethod) {
  1203.                                 goto not_admin_store_template_download;
  1204.                             }
  1205.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_download'key($requiredSchemes)));
  1206.                         }
  1207.                         return $ret;
  1208.                     }
  1209.                     not_admin_store_template_download:
  1210.                     // admin_store_template_delete
  1211.                     if (preg_match('#^/mgmrm/store/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1212.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::delete',));
  1213.                         $requiredSchemes = array (  'https' => 0,);
  1214.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1215.                         if (!in_array($requestMethod, ['DELETE'])) {
  1216.                             if ($hasRequiredScheme) {
  1217.                                 $allow array_merge($allow, ['DELETE']);
  1218.                             }
  1219.                             goto not_admin_store_template_delete;
  1220.                         }
  1221.                         if (!$hasRequiredScheme) {
  1222.                             if ('GET' !== $canonicalMethod) {
  1223.                                 goto not_admin_store_template_delete;
  1224.                             }
  1225.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_delete'key($requiredSchemes)));
  1226.                         }
  1227.                         return $ret;
  1228.                     }
  1229.                     not_admin_store_template_delete:
  1230.                     // admin_store_template_install
  1231.                     if ('/mgmrm/store/template/install' === $pathinfo) {
  1232.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::install',  '_route' => 'admin_store_template_install',);
  1233.                         $requiredSchemes = array (  'https' => 0,);
  1234.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1235.                             if ('GET' !== $canonicalMethod) {
  1236.                                 goto not_admin_store_template_install;
  1237.                             }
  1238.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_install'key($requiredSchemes)));
  1239.                         }
  1240.                         return $ret;
  1241.                     }
  1242.                     not_admin_store_template_install:
  1243.                 }
  1244.             }
  1245.             elseif (=== strpos($pathinfo'/mgmrm/c')) {
  1246.                 // admin_change_password
  1247.                 if ('/mgmrm/change_password' === $pathinfo) {
  1248.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::changePassword',  '_route' => 'admin_change_password',);
  1249.                     $requiredSchemes = array (  'https' => 0,);
  1250.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1251.                         if ('GET' !== $canonicalMethod) {
  1252.                             goto not_admin_change_password;
  1253.                         }
  1254.                         return array_replace($ret$this->redirect($rawPathinfo'admin_change_password'key($requiredSchemes)));
  1255.                     }
  1256.                     return $ret;
  1257.                 }
  1258.                 not_admin_change_password:
  1259.                 if (=== strpos($pathinfo'/mgmrm/content')) {
  1260.                     if (=== strpos($pathinfo'/mgmrm/content/block')) {
  1261.                         // admin_content_block
  1262.                         if ('/mgmrm/content/block' === $pathinfo) {
  1263.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::index',  '_route' => 'admin_content_block',);
  1264.                             $requiredSchemes = array (  'https' => 0,);
  1265.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1266.                                 if ('GET' !== $canonicalMethod) {
  1267.                                     goto not_admin_content_block;
  1268.                                 }
  1269.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block'key($requiredSchemes)));
  1270.                             }
  1271.                             return $ret;
  1272.                         }
  1273.                         not_admin_content_block:
  1274.                         // admin_content_block_new
  1275.                         if ('/mgmrm/content/block/new' === $pathinfo) {
  1276.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',  '_route' => 'admin_content_block_new',);
  1277.                             $requiredSchemes = array (  'https' => 0,);
  1278.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1279.                                 if ('GET' !== $canonicalMethod) {
  1280.                                     goto not_admin_content_block_new;
  1281.                                 }
  1282.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_new'key($requiredSchemes)));
  1283.                             }
  1284.                             return $ret;
  1285.                         }
  1286.                         not_admin_content_block_new:
  1287.                         // admin_content_block_edit
  1288.                         if (preg_match('#^/mgmrm/content/block/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1289.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',));
  1290.                             $requiredSchemes = array (  'https' => 0,);
  1291.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1292.                                 if ('GET' !== $canonicalMethod) {
  1293.                                     goto not_admin_content_block_edit;
  1294.                                 }
  1295.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_edit'key($requiredSchemes)));
  1296.                             }
  1297.                             return $ret;
  1298.                         }
  1299.                         not_admin_content_block_edit:
  1300.                         // admin_content_block_delete
  1301.                         if (preg_match('#^/mgmrm/content/block/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1302.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::delete',));
  1303.                             $requiredSchemes = array (  'https' => 0,);
  1304.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1305.                             if (!in_array($requestMethod, ['DELETE'])) {
  1306.                                 if ($hasRequiredScheme) {
  1307.                                     $allow array_merge($allow, ['DELETE']);
  1308.                                 }
  1309.                                 goto not_admin_content_block_delete;
  1310.                             }
  1311.                             if (!$hasRequiredScheme) {
  1312.                                 if ('GET' !== $canonicalMethod) {
  1313.                                     goto not_admin_content_block_delete;
  1314.                                 }
  1315.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_delete'key($requiredSchemes)));
  1316.                             }
  1317.                             return $ret;
  1318.                         }
  1319.                         not_admin_content_block_delete:
  1320.                     }
  1321.                     // admin_content_cache
  1322.                     if ('/mgmrm/content/cache' === $pathinfo) {
  1323.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CacheController::index',  '_route' => 'admin_content_cache',);
  1324.                         $requiredSchemes = array (  'https' => 0,);
  1325.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1326.                             if ('GET' !== $canonicalMethod) {
  1327.                                 goto not_admin_content_cache;
  1328.                             }
  1329.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_cache'key($requiredSchemes)));
  1330.                         }
  1331.                         return $ret;
  1332.                     }
  1333.                     not_admin_content_cache:
  1334.                     // admin_content_css
  1335.                     if ('/mgmrm/content/css' === $pathinfo) {
  1336.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CssController::index',  '_route' => 'admin_content_css',);
  1337.                         $requiredSchemes = array (  'https' => 0,);
  1338.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1339.                             if ('GET' !== $canonicalMethod) {
  1340.                                 goto not_admin_content_css;
  1341.                             }
  1342.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_css'key($requiredSchemes)));
  1343.                         }
  1344.                         return $ret;
  1345.                     }
  1346.                     not_admin_content_css:
  1347.                     if (=== strpos($pathinfo'/mgmrm/content/file_')) {
  1348.                         // admin_content_file
  1349.                         if ('/mgmrm/content/file_manager' === $pathinfo) {
  1350.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::index',  '_route' => 'admin_content_file',);
  1351.                             $requiredSchemes = array (  'https' => 0,);
  1352.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1353.                                 if ('GET' !== $canonicalMethod) {
  1354.                                     goto not_admin_content_file;
  1355.                                 }
  1356.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file'key($requiredSchemes)));
  1357.                             }
  1358.                             return $ret;
  1359.                         }
  1360.                         not_admin_content_file:
  1361.                         // admin_content_file_view
  1362.                         if ('/mgmrm/content/file_view' === $pathinfo) {
  1363.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::view',  '_route' => 'admin_content_file_view',);
  1364.                             $requiredSchemes = array (  'https' => 0,);
  1365.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1366.                                 if ('GET' !== $canonicalMethod) {
  1367.                                     goto not_admin_content_file_view;
  1368.                                 }
  1369.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_view'key($requiredSchemes)));
  1370.                             }
  1371.                             return $ret;
  1372.                         }
  1373.                         not_admin_content_file_view:
  1374.                         // admin_content_file_delete
  1375.                         if ('/mgmrm/content/file_delete' === $pathinfo) {
  1376.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::delete',  '_route' => 'admin_content_file_delete',);
  1377.                             $requiredSchemes = array (  'https' => 0,);
  1378.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1379.                             if (!in_array($requestMethod, ['DELETE'])) {
  1380.                                 if ($hasRequiredScheme) {
  1381.                                     $allow array_merge($allow, ['DELETE']);
  1382.                                 }
  1383.                                 goto not_admin_content_file_delete;
  1384.                             }
  1385.                             if (!$hasRequiredScheme) {
  1386.                                 if ('GET' !== $canonicalMethod) {
  1387.                                     goto not_admin_content_file_delete;
  1388.                                 }
  1389.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_delete'key($requiredSchemes)));
  1390.                             }
  1391.                             return $ret;
  1392.                         }
  1393.                         not_admin_content_file_delete:
  1394.                         // admin_content_file_download
  1395.                         if ('/mgmrm/content/file_download' === $pathinfo) {
  1396.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::download',  '_route' => 'admin_content_file_download',);
  1397.                             $requiredSchemes = array (  'https' => 0,);
  1398.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1399.                                 if ('GET' !== $canonicalMethod) {
  1400.                                     goto not_admin_content_file_download;
  1401.                                 }
  1402.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_download'key($requiredSchemes)));
  1403.                             }
  1404.                             return $ret;
  1405.                         }
  1406.                         not_admin_content_file_download:
  1407.                     }
  1408.                     // admin_content_js
  1409.                     if ('/mgmrm/content/js' === $pathinfo) {
  1410.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\JsController::index',  '_route' => 'admin_content_js',);
  1411.                         $requiredSchemes = array (  'https' => 0,);
  1412.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1413.                             if ('GET' !== $canonicalMethod) {
  1414.                                 goto not_admin_content_js;
  1415.                             }
  1416.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_js'key($requiredSchemes)));
  1417.                         }
  1418.                         return $ret;
  1419.                     }
  1420.                     not_admin_content_js:
  1421.                     if (=== strpos($pathinfo'/mgmrm/content/layout')) {
  1422.                         // admin_content_layout
  1423.                         if ('/mgmrm/content/layout' === $pathinfo) {
  1424.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::index',  '_route' => 'admin_content_layout',);
  1425.                             $requiredSchemes = array (  'https' => 0,);
  1426.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1427.                                 if ('GET' !== $canonicalMethod) {
  1428.                                     goto not_admin_content_layout;
  1429.                                 }
  1430.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout'key($requiredSchemes)));
  1431.                             }
  1432.                             return $ret;
  1433.                         }
  1434.                         not_admin_content_layout:
  1435.                         // admin_content_layout_delete
  1436.                         if (preg_match('#^/mgmrm/content/layout/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1437.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::delete',));
  1438.                             $requiredSchemes = array (  'https' => 0,);
  1439.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1440.                             if (!in_array($requestMethod, ['DELETE'])) {
  1441.                                 if ($hasRequiredScheme) {
  1442.                                     $allow array_merge($allow, ['DELETE']);
  1443.                                 }
  1444.                                 goto not_admin_content_layout_delete;
  1445.                             }
  1446.                             if (!$hasRequiredScheme) {
  1447.                                 if ('GET' !== $canonicalMethod) {
  1448.                                     goto not_admin_content_layout_delete;
  1449.                                 }
  1450.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_delete'key($requiredSchemes)));
  1451.                             }
  1452.                             return $ret;
  1453.                         }
  1454.                         not_admin_content_layout_delete:
  1455.                         // admin_content_layout_new
  1456.                         if ('/mgmrm/content/layout/new' === $pathinfo) {
  1457.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',  '_route' => 'admin_content_layout_new',);
  1458.                             $requiredSchemes = array (  'https' => 0,);
  1459.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1460.                                 if ('GET' !== $canonicalMethod) {
  1461.                                     goto not_admin_content_layout_new;
  1462.                                 }
  1463.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_new'key($requiredSchemes)));
  1464.                             }
  1465.                             return $ret;
  1466.                         }
  1467.                         not_admin_content_layout_new:
  1468.                         // admin_content_layout_edit
  1469.                         if (preg_match('#^/mgmrm/content/layout/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1470.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',));
  1471.                             $requiredSchemes = array (  'https' => 0,);
  1472.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1473.                                 if ('GET' !== $canonicalMethod) {
  1474.                                     goto not_admin_content_layout_edit;
  1475.                                 }
  1476.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_edit'key($requiredSchemes)));
  1477.                             }
  1478.                             return $ret;
  1479.                         }
  1480.                         not_admin_content_layout_edit:
  1481.                         // admin_content_layout_view_block
  1482.                         if ('/mgmrm/content/layout/view_block' === $pathinfo) {
  1483.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::viewBlock',  '_route' => 'admin_content_layout_view_block',);
  1484.                             $requiredSchemes = array (  'https' => 0,);
  1485.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1486.                             if (!in_array($canonicalMethod, ['GET'])) {
  1487.                                 if ($hasRequiredScheme) {
  1488.                                     $allow array_merge($allow, ['GET']);
  1489.                                 }
  1490.                                 goto not_admin_content_layout_view_block;
  1491.                             }
  1492.                             if (!$hasRequiredScheme) {
  1493.                                 if ('GET' !== $canonicalMethod) {
  1494.                                     goto not_admin_content_layout_view_block;
  1495.                                 }
  1496.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_view_block'key($requiredSchemes)));
  1497.                             }
  1498.                             return $ret;
  1499.                         }
  1500.                         not_admin_content_layout_view_block:
  1501.                         // admin_content_layout_preview
  1502.                         if (preg_match('#^/mgmrm/content/layout/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  1503.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_preview']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::preview',));
  1504.                             $requiredSchemes = array (  'https' => 0,);
  1505.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1506.                                 if ('GET' !== $canonicalMethod) {
  1507.                                     goto not_admin_content_layout_preview;
  1508.                                 }
  1509.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_preview'key($requiredSchemes)));
  1510.                             }
  1511.                             return $ret;
  1512.                         }
  1513.                         not_admin_content_layout_preview:
  1514.                     }
  1515.                     // admin_content_maintenance
  1516.                     if ('/mgmrm/content/maintenance' === $pathinfo) {
  1517.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\MaintenanceController::index',  '_route' => 'admin_content_maintenance',);
  1518.                         $requiredSchemes = array (  'https' => 0,);
  1519.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1520.                             if ('GET' !== $canonicalMethod) {
  1521.                                 goto not_admin_content_maintenance;
  1522.                             }
  1523.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_maintenance'key($requiredSchemes)));
  1524.                         }
  1525.                         return $ret;
  1526.                     }
  1527.                     not_admin_content_maintenance:
  1528.                     if (=== strpos($pathinfo'/mgmrm/content/news')) {
  1529.                         // admin_content_news
  1530.                         if ('/mgmrm/content/news' === $pathinfo) {
  1531.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',  '_route' => 'admin_content_news',);
  1532.                             $requiredSchemes = array (  'https' => 0,);
  1533.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1534.                                 if ('GET' !== $canonicalMethod) {
  1535.                                     goto not_admin_content_news;
  1536.                                 }
  1537.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news'key($requiredSchemes)));
  1538.                             }
  1539.                             return $ret;
  1540.                         }
  1541.                         not_admin_content_news:
  1542.                         // admin_content_news_page
  1543.                         if (=== strpos($pathinfo'/mgmrm/content/news/page') && preg_match('#^/mgmrm/content/news/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1544.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_page']), array (  'page_no' => 1,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',));
  1545.                             $requiredSchemes = array (  'https' => 0,);
  1546.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1547.                                 if ('GET' !== $canonicalMethod) {
  1548.                                     goto not_admin_content_news_page;
  1549.                                 }
  1550.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_page'key($requiredSchemes)));
  1551.                             }
  1552.                             return $ret;
  1553.                         }
  1554.                         not_admin_content_news_page:
  1555.                         // admin_content_news_new
  1556.                         if ('/mgmrm/content/news/new' === $pathinfo) {
  1557.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',  '_route' => 'admin_content_news_new',);
  1558.                             $requiredSchemes = array (  'https' => 0,);
  1559.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1560.                                 if ('GET' !== $canonicalMethod) {
  1561.                                     goto not_admin_content_news_new;
  1562.                                 }
  1563.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_new'key($requiredSchemes)));
  1564.                             }
  1565.                             return $ret;
  1566.                         }
  1567.                         not_admin_content_news_new:
  1568.                         // admin_content_news_edit
  1569.                         if (preg_match('#^/mgmrm/content/news/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1570.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',));
  1571.                             $requiredSchemes = array (  'https' => 0,);
  1572.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1573.                                 if ('GET' !== $canonicalMethod) {
  1574.                                     goto not_admin_content_news_edit;
  1575.                                 }
  1576.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_edit'key($requiredSchemes)));
  1577.                             }
  1578.                             return $ret;
  1579.                         }
  1580.                         not_admin_content_news_edit:
  1581.                         // admin_content_news_delete
  1582.                         if (preg_match('#^/mgmrm/content/news/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1583.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::delete',));
  1584.                             $requiredSchemes = array (  'https' => 0,);
  1585.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1586.                             if (!in_array($requestMethod, ['DELETE'])) {
  1587.                                 if ($hasRequiredScheme) {
  1588.                                     $allow array_merge($allow, ['DELETE']);
  1589.                                 }
  1590.                                 goto not_admin_content_news_delete;
  1591.                             }
  1592.                             if (!$hasRequiredScheme) {
  1593.                                 if ('GET' !== $canonicalMethod) {
  1594.                                     goto not_admin_content_news_delete;
  1595.                                 }
  1596.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_delete'key($requiredSchemes)));
  1597.                             }
  1598.                             return $ret;
  1599.                         }
  1600.                         not_admin_content_news_delete:
  1601.                     }
  1602.                     elseif (=== strpos($pathinfo'/mgmrm/content/page')) {
  1603.                         // admin_content_page
  1604.                         if ('/mgmrm/content/page' === $pathinfo) {
  1605.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::index',  '_route' => 'admin_content_page',);
  1606.                             $requiredSchemes = array (  'https' => 0,);
  1607.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1608.                                 if ('GET' !== $canonicalMethod) {
  1609.                                     goto not_admin_content_page;
  1610.                                 }
  1611.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page'key($requiredSchemes)));
  1612.                             }
  1613.                             return $ret;
  1614.                         }
  1615.                         not_admin_content_page:
  1616.                         // admin_content_page_new
  1617.                         if ('/mgmrm/content/page/new' === $pathinfo) {
  1618.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',  '_route' => 'admin_content_page_new',);
  1619.                             $requiredSchemes = array (  'https' => 0,);
  1620.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1621.                                 if ('GET' !== $canonicalMethod) {
  1622.                                     goto not_admin_content_page_new;
  1623.                                 }
  1624.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_new'key($requiredSchemes)));
  1625.                             }
  1626.                             return $ret;
  1627.                         }
  1628.                         not_admin_content_page_new:
  1629.                         // admin_content_page_edit
  1630.                         if (preg_match('#^/mgmrm/content/page/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1631.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',));
  1632.                             $requiredSchemes = array (  'https' => 0,);
  1633.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1634.                                 if ('GET' !== $canonicalMethod) {
  1635.                                     goto not_admin_content_page_edit;
  1636.                                 }
  1637.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_edit'key($requiredSchemes)));
  1638.                             }
  1639.                             return $ret;
  1640.                         }
  1641.                         not_admin_content_page_edit:
  1642.                         // admin_content_page_delete
  1643.                         if (preg_match('#^/mgmrm/content/page/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1644.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::delete',));
  1645.                             $requiredSchemes = array (  'https' => 0,);
  1646.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1647.                             if (!in_array($requestMethod, ['DELETE'])) {
  1648.                                 if ($hasRequiredScheme) {
  1649.                                     $allow array_merge($allow, ['DELETE']);
  1650.                                 }
  1651.                                 goto not_admin_content_page_delete;
  1652.                             }
  1653.                             if (!$hasRequiredScheme) {
  1654.                                 if ('GET' !== $canonicalMethod) {
  1655.                                     goto not_admin_content_page_delete;
  1656.                                 }
  1657.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_delete'key($requiredSchemes)));
  1658.                             }
  1659.                             return $ret;
  1660.                         }
  1661.                         not_admin_content_page_delete:
  1662.                     }
  1663.                 }
  1664.                 elseif (=== strpos($pathinfo'/mgmrm/customer')) {
  1665.                     // admin_customer
  1666.                     if ('/mgmrm/customer' === $pathinfo) {
  1667.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',  '_route' => 'admin_customer',);
  1668.                         $requiredSchemes = array (  'https' => 0,);
  1669.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1670.                             if ('GET' !== $canonicalMethod) {
  1671.                                 goto not_admin_customer;
  1672.                             }
  1673.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer'key($requiredSchemes)));
  1674.                         }
  1675.                         return $ret;
  1676.                     }
  1677.                     not_admin_customer:
  1678.                     // admin_customer_page
  1679.                     if (=== strpos($pathinfo'/mgmrm/customer/page') && preg_match('#^/mgmrm/customer/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1680.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',));
  1681.                         $requiredSchemes = array (  'https' => 0,);
  1682.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1683.                             if ('GET' !== $canonicalMethod) {
  1684.                                 goto not_admin_customer_page;
  1685.                             }
  1686.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_page'key($requiredSchemes)));
  1687.                         }
  1688.                         return $ret;
  1689.                     }
  1690.                     not_admin_customer_page:
  1691.                     // admin_customer_resend
  1692.                     if (preg_match('#^/mgmrm/customer/(?P<id>\\d+)/resend$#sD'$pathinfo$matches)) {
  1693.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_resend']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::resend',));
  1694.                         $requiredSchemes = array (  'https' => 0,);
  1695.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1696.                             if ('GET' !== $canonicalMethod) {
  1697.                                 goto not_admin_customer_resend;
  1698.                             }
  1699.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_resend'key($requiredSchemes)));
  1700.                         }
  1701.                         return $ret;
  1702.                     }
  1703.                     not_admin_customer_resend:
  1704.                     // admin_customer_delete
  1705.                     if (preg_match('#^/mgmrm/customer/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1706.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::delete',));
  1707.                         $requiredSchemes = array (  'https' => 0,);
  1708.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1709.                         if (!in_array($requestMethod, ['DELETE'])) {
  1710.                             if ($hasRequiredScheme) {
  1711.                                 $allow array_merge($allow, ['DELETE']);
  1712.                             }
  1713.                             goto not_admin_customer_delete;
  1714.                         }
  1715.                         if (!$hasRequiredScheme) {
  1716.                             if ('GET' !== $canonicalMethod) {
  1717.                                 goto not_admin_customer_delete;
  1718.                             }
  1719.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delete'key($requiredSchemes)));
  1720.                         }
  1721.                         return $ret;
  1722.                     }
  1723.                     not_admin_customer_delete:
  1724.                     // admin_customer_export
  1725.                     if ('/mgmrm/customer/export' === $pathinfo) {
  1726.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::export',  '_route' => 'admin_customer_export',);
  1727.                         $requiredSchemes = array (  'https' => 0,);
  1728.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1729.                             if ('GET' !== $canonicalMethod) {
  1730.                                 goto not_admin_customer_export;
  1731.                             }
  1732.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_export'key($requiredSchemes)));
  1733.                         }
  1734.                         return $ret;
  1735.                     }
  1736.                     not_admin_customer_export:
  1737.                     // admin_customer_delivery_new
  1738.                     if (preg_match('#^/mgmrm/customer/(?P<id>\\d+)/delivery/new$#sD'$pathinfo$matches)) {
  1739.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_new']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  1740.                         $requiredSchemes = array (  'https' => 0,);
  1741.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1742.                             if ('GET' !== $canonicalMethod) {
  1743.                                 goto not_admin_customer_delivery_new;
  1744.                             }
  1745.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_new'key($requiredSchemes)));
  1746.                         }
  1747.                         return $ret;
  1748.                     }
  1749.                     not_admin_customer_delivery_new:
  1750.                     // admin_customer_delivery_edit
  1751.                     if (preg_match('#^/mgmrm/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/edit$#sD'$pathinfo$matches)) {
  1752.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_edit']), array (  'did' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  1753.                         $requiredSchemes = array (  'https' => 0,);
  1754.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1755.                             if ('GET' !== $canonicalMethod) {
  1756.                                 goto not_admin_customer_delivery_edit;
  1757.                             }
  1758.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_edit'key($requiredSchemes)));
  1759.                         }
  1760.                         return $ret;
  1761.                     }
  1762.                     not_admin_customer_delivery_edit:
  1763.                     // admin_customer_delivery_delete
  1764.                     if (preg_match('#^/mgmrm/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/delete$#sD'$pathinfo$matches)) {
  1765.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::delete',));
  1766.                         $requiredSchemes = array (  'https' => 0,);
  1767.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1768.                         if (!in_array($requestMethod, ['DELETE'])) {
  1769.                             if ($hasRequiredScheme) {
  1770.                                 $allow array_merge($allow, ['DELETE']);
  1771.                             }
  1772.                             goto not_admin_customer_delivery_delete;
  1773.                         }
  1774.                         if (!$hasRequiredScheme) {
  1775.                             if ('GET' !== $canonicalMethod) {
  1776.                                 goto not_admin_customer_delivery_delete;
  1777.                             }
  1778.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_delete'key($requiredSchemes)));
  1779.                         }
  1780.                         return $ret;
  1781.                     }
  1782.                     not_admin_customer_delivery_delete:
  1783.                     // admin_customer_new
  1784.                     if ('/mgmrm/customer/new' === $pathinfo) {
  1785.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',  '_route' => 'admin_customer_new',);
  1786.                         $requiredSchemes = array (  'https' => 0,);
  1787.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1788.                             if ('GET' !== $canonicalMethod) {
  1789.                                 goto not_admin_customer_new;
  1790.                             }
  1791.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_new'key($requiredSchemes)));
  1792.                         }
  1793.                         return $ret;
  1794.                     }
  1795.                     not_admin_customer_new:
  1796.                     // admin_customer_edit
  1797.                     if (preg_match('#^/mgmrm/customer/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1798.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',));
  1799.                         $requiredSchemes = array (  'https' => 0,);
  1800.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1801.                             if ('GET' !== $canonicalMethod) {
  1802.                                 goto not_admin_customer_edit;
  1803.                             }
  1804.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_edit'key($requiredSchemes)));
  1805.                         }
  1806.                         return $ret;
  1807.                     }
  1808.                     not_admin_customer_edit:
  1809.                 }
  1810.             }
  1811.             elseif (=== strpos($pathinfo'/mgmrm/order')) {
  1812.                 // admin_shipping_csv_import
  1813.                 if ('/mgmrm/order/shipping_csv_upload' === $pathinfo) {
  1814.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvShipping',  '_route' => 'admin_shipping_csv_import',);
  1815.                     $requiredSchemes = array (  'https' => 0,);
  1816.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1817.                         if ('GET' !== $canonicalMethod) {
  1818.                             goto not_admin_shipping_csv_import;
  1819.                         }
  1820.                         return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_import'key($requiredSchemes)));
  1821.                     }
  1822.                     return $ret;
  1823.                 }
  1824.                 not_admin_shipping_csv_import:
  1825.                 // admin_shipping_csv_template
  1826.                 if ('/mgmrm/order/csv_template' === $pathinfo) {
  1827.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvTemplate',  '_route' => 'admin_shipping_csv_template',);
  1828.                     $requiredSchemes = array (  'https' => 0,);
  1829.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1830.                         if ('GET' !== $canonicalMethod) {
  1831.                             goto not_admin_shipping_csv_template;
  1832.                         }
  1833.                         return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_template'key($requiredSchemes)));
  1834.                     }
  1835.                     return $ret;
  1836.                 }
  1837.                 not_admin_shipping_csv_template:
  1838.                 // admin_order_new
  1839.                 if ('/mgmrm/order/new' === $pathinfo) {
  1840.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',  '_route' => 'admin_order_new',);
  1841.                     $requiredSchemes = array (  'https' => 0,);
  1842.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1843.                         if ('GET' !== $canonicalMethod) {
  1844.                             goto not_admin_order_new;
  1845.                         }
  1846.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_new'key($requiredSchemes)));
  1847.                     }
  1848.                     return $ret;
  1849.                 }
  1850.                 not_admin_order_new:
  1851.                 // admin_order_edit
  1852.                 if (preg_match('#^/mgmrm/order/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1853.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',));
  1854.                     $requiredSchemes = array (  'https' => 0,);
  1855.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1856.                         if ('GET' !== $canonicalMethod) {
  1857.                             goto not_admin_order_edit;
  1858.                         }
  1859.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_edit'key($requiredSchemes)));
  1860.                     }
  1861.                     return $ret;
  1862.                 }
  1863.                 not_admin_order_edit:
  1864.                 if (=== strpos($pathinfo'/mgmrm/order/search')) {
  1865.                     if (=== strpos($pathinfo'/mgmrm/order/search/customer/html')) {
  1866.                         // admin_order_search_customer_html
  1867.                         if ('/mgmrm/order/search/customer/html' === $pathinfo) {
  1868.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',  '_route' => 'admin_order_search_customer_html',);
  1869.                             $requiredSchemes = array (  'https' => 0,);
  1870.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1871.                                 if ('GET' !== $canonicalMethod) {
  1872.                                     goto not_admin_order_search_customer_html;
  1873.                                 }
  1874.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html'key($requiredSchemes)));
  1875.                             }
  1876.                             return $ret;
  1877.                         }
  1878.                         not_admin_order_search_customer_html:
  1879.                         // admin_order_search_customer_html_page
  1880.                         if (=== strpos($pathinfo'/mgmrm/order/search/customer/html/page') && preg_match('#^/mgmrm/order/search/customer/html/page(?:/(?P<page_no>[^/]++))?$#sD'$pathinfo$matches)) {
  1881.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_customer_html_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',));
  1882.                             $requiredSchemes = array (  'https' => 0,);
  1883.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1884.                                 if ('GET' !== $canonicalMethod) {
  1885.                                     goto not_admin_order_search_customer_html_page;
  1886.                                 }
  1887.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html_page'key($requiredSchemes)));
  1888.                             }
  1889.                             return $ret;
  1890.                         }
  1891.                         not_admin_order_search_customer_html_page:
  1892.                     }
  1893.                     // admin_order_search_customer_by_id
  1894.                     if ('/mgmrm/order/search/customer/id' === $pathinfo) {
  1895.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerById',  '_route' => 'admin_order_search_customer_by_id',);
  1896.                         $requiredSchemes = array (  'https' => 0,);
  1897.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1898.                         if (!in_array($requestMethod, ['POST'])) {
  1899.                             if ($hasRequiredScheme) {
  1900.                                 $allow array_merge($allow, ['POST']);
  1901.                             }
  1902.                             goto not_admin_order_search_customer_by_id;
  1903.                         }
  1904.                         if (!$hasRequiredScheme) {
  1905.                             if ('GET' !== $canonicalMethod) {
  1906.                                 goto not_admin_order_search_customer_by_id;
  1907.                             }
  1908.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_by_id'key($requiredSchemes)));
  1909.                         }
  1910.                         return $ret;
  1911.                     }
  1912.                     not_admin_order_search_customer_by_id:
  1913.                     if (=== strpos($pathinfo'/mgmrm/order/search/product')) {
  1914.                         // admin_order_search_product
  1915.                         if ('/mgmrm/order/search/product' === $pathinfo) {
  1916.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',  '_route' => 'admin_order_search_product',);
  1917.                             $requiredSchemes = array (  'https' => 0,);
  1918.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1919.                                 if ('GET' !== $canonicalMethod) {
  1920.                                     goto not_admin_order_search_product;
  1921.                                 }
  1922.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product'key($requiredSchemes)));
  1923.                             }
  1924.                             return $ret;
  1925.                         }
  1926.                         not_admin_order_search_product:
  1927.                         // admin_order_search_product_page
  1928.                         if (=== strpos($pathinfo'/mgmrm/order/search/product/page') && preg_match('#^/mgmrm/order/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1929.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',));
  1930.                             $requiredSchemes = array (  'https' => 0,);
  1931.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1932.                                 if ('GET' !== $canonicalMethod) {
  1933.                                     goto not_admin_order_search_product_page;
  1934.                                 }
  1935.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product_page'key($requiredSchemes)));
  1936.                             }
  1937.                             return $ret;
  1938.                         }
  1939.                         not_admin_order_search_product_page:
  1940.                     }
  1941.                     // admin_order_search_order_item_type
  1942.                     if ('/mgmrm/order/search/order_item_type' === $pathinfo) {
  1943.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchOrderItemType',  '_route' => 'admin_order_search_order_item_type',);
  1944.                         $requiredSchemes = array (  'https' => 0,);
  1945.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1946.                             if ('GET' !== $canonicalMethod) {
  1947.                                 goto not_admin_order_search_order_item_type;
  1948.                             }
  1949.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_order_item_type'key($requiredSchemes)));
  1950.                         }
  1951.                         return $ret;
  1952.                     }
  1953.                     not_admin_order_search_order_item_type:
  1954.                 }
  1955.                 // admin_order_mail
  1956.                 if (preg_match('#^/mgmrm/order/(?P<id>\\d+)/mail$#sD'$pathinfo$matches)) {
  1957.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::index',));
  1958.                     $requiredSchemes = array (  'https' => 0,);
  1959.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1960.                         if ('GET' !== $canonicalMethod) {
  1961.                             goto not_admin_order_mail;
  1962.                         }
  1963.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail'key($requiredSchemes)));
  1964.                     }
  1965.                     return $ret;
  1966.                 }
  1967.                 not_admin_order_mail:
  1968.                 // admin_order_mail_view
  1969.                 if ('/mgmrm/order/mail/view' === $pathinfo) {
  1970.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::view',  '_route' => 'admin_order_mail_view',);
  1971.                     $requiredSchemes = array (  'https' => 0,);
  1972.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1973.                         if ('GET' !== $canonicalMethod) {
  1974.                             goto not_admin_order_mail_view;
  1975.                         }
  1976.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail_view'key($requiredSchemes)));
  1977.                     }
  1978.                     return $ret;
  1979.                 }
  1980.                 not_admin_order_mail_view:
  1981.                 // admin_order
  1982.                 if ('/mgmrm/order' === $pathinfo) {
  1983.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',  '_route' => 'admin_order',);
  1984.                     $requiredSchemes = array (  'https' => 0,);
  1985.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1986.                         if ('GET' !== $canonicalMethod) {
  1987.                             goto not_admin_order;
  1988.                         }
  1989.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order'key($requiredSchemes)));
  1990.                     }
  1991.                     return $ret;
  1992.                 }
  1993.                 not_admin_order:
  1994.                 // admin_order_page
  1995.                 if (=== strpos($pathinfo'/mgmrm/order/page') && preg_match('#^/mgmrm/order/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1996.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',));
  1997.                     $requiredSchemes = array (  'https' => 0,);
  1998.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1999.                         if ('GET' !== $canonicalMethod) {
  2000.                             goto not_admin_order_page;
  2001.                         }
  2002.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_page'key($requiredSchemes)));
  2003.                     }
  2004.                     return $ret;
  2005.                 }
  2006.                 not_admin_order_page:
  2007.                 // admin_order_bulk_delete
  2008.                 if ('/mgmrm/order/bulk_delete' === $pathinfo) {
  2009.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::bulkDelete',  '_route' => 'admin_order_bulk_delete',);
  2010.                     $requiredSchemes = array (  'https' => 0,);
  2011.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2012.                     if (!in_array($requestMethod, ['POST'])) {
  2013.                         if ($hasRequiredScheme) {
  2014.                             $allow array_merge($allow, ['POST']);
  2015.                         }
  2016.                         goto not_admin_order_bulk_delete;
  2017.                     }
  2018.                     if (!$hasRequiredScheme) {
  2019.                         if ('GET' !== $canonicalMethod) {
  2020.                             goto not_admin_order_bulk_delete;
  2021.                         }
  2022.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_bulk_delete'key($requiredSchemes)));
  2023.                     }
  2024.                     return $ret;
  2025.                 }
  2026.                 not_admin_order_bulk_delete:
  2027.                 if (=== strpos($pathinfo'/mgmrm/order/export')) {
  2028.                     // admin_order_export_order
  2029.                     if ('/mgmrm/order/export/order' === $pathinfo) {
  2030.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportOrder',  '_route' => 'admin_order_export_order',);
  2031.                         $requiredSchemes = array (  'https' => 0,);
  2032.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2033.                             if ('GET' !== $canonicalMethod) {
  2034.                                 goto not_admin_order_export_order;
  2035.                             }
  2036.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_order'key($requiredSchemes)));
  2037.                         }
  2038.                         return $ret;
  2039.                     }
  2040.                     not_admin_order_export_order:
  2041.                     // admin_order_export_shipping
  2042.                     if ('/mgmrm/order/export/shipping' === $pathinfo) {
  2043.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportShipping',  '_route' => 'admin_order_export_shipping',);
  2044.                         $requiredSchemes = array (  'https' => 0,);
  2045.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2046.                             if ('GET' !== $canonicalMethod) {
  2047.                                 goto not_admin_order_export_shipping;
  2048.                             }
  2049.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_shipping'key($requiredSchemes)));
  2050.                         }
  2051.                         return $ret;
  2052.                     }
  2053.                     not_admin_order_export_shipping:
  2054.                     if (=== strpos($pathinfo'/mgmrm/order/export/pdf')) {
  2055.                         // admin_order_export_pdf
  2056.                         if ('/mgmrm/order/export/pdf' === $pathinfo) {
  2057.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdf',  '_route' => 'admin_order_export_pdf',);
  2058.                             $requiredSchemes = array (  'https' => 0,);
  2059.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2060.                                 if ('GET' !== $canonicalMethod) {
  2061.                                     goto not_admin_order_export_pdf;
  2062.                                 }
  2063.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_pdf'key($requiredSchemes)));
  2064.                             }
  2065.                             return $ret;
  2066.                         }
  2067.                         not_admin_order_export_pdf:
  2068.                         // admin_order_pdf_download
  2069.                         if ('/mgmrm/order/export/pdf/download' === $pathinfo) {
  2070.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdfDownload',  '_route' => 'admin_order_pdf_download',);
  2071.                             $requiredSchemes = array (  'https' => 0,);
  2072.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2073.                                 if ('GET' !== $canonicalMethod) {
  2074.                                     goto not_admin_order_pdf_download;
  2075.                                 }
  2076.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_pdf_download'key($requiredSchemes)));
  2077.                             }
  2078.                             return $ret;
  2079.                         }
  2080.                         not_admin_order_pdf_download:
  2081.                     }
  2082.                 }
  2083.             }
  2084.             elseif (=== strpos($pathinfo'/mgmrm/product')) {
  2085.                 if (=== strpos($pathinfo'/mgmrm/product/c')) {
  2086.                     if (=== strpos($pathinfo'/mgmrm/product/category')) {
  2087.                         // admin_product_category
  2088.                         if ('/mgmrm/product/category' === $pathinfo) {
  2089.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',  '_route' => 'admin_product_category',);
  2090.                             $requiredSchemes = array (  'https' => 0,);
  2091.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2092.                                 if ('GET' !== $canonicalMethod) {
  2093.                                     goto not_admin_product_category;
  2094.                                 }
  2095.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category'key($requiredSchemes)));
  2096.                             }
  2097.                             return $ret;
  2098.                         }
  2099.                         not_admin_product_category:
  2100.                         // admin_product_category_show
  2101.                         if (preg_match('#^/mgmrm/product/category(?:/(?P<parent_id>\\d+))?$#sD'$pathinfo$matches)) {
  2102.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_show']), array (  'parent_id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2103.                             $requiredSchemes = array (  'https' => 0,);
  2104.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2105.                                 if ('GET' !== $canonicalMethod) {
  2106.                                     goto not_admin_product_category_show;
  2107.                                 }
  2108.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_show'key($requiredSchemes)));
  2109.                             }
  2110.                             return $ret;
  2111.                         }
  2112.                         not_admin_product_category_show:
  2113.                         // admin_product_category_edit
  2114.                         if (preg_match('#^/mgmrm/product/category/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2115.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2116.                             $requiredSchemes = array (  'https' => 0,);
  2117.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2118.                                 if ('GET' !== $canonicalMethod) {
  2119.                                     goto not_admin_product_category_edit;
  2120.                                 }
  2121.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_edit'key($requiredSchemes)));
  2122.                             }
  2123.                             return $ret;
  2124.                         }
  2125.                         not_admin_product_category_edit:
  2126.                         // admin_product_category_delete
  2127.                         if (preg_match('#^/mgmrm/product/category/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2128.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::delete',));
  2129.                             $requiredSchemes = array (  'https' => 0,);
  2130.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2131.                             if (!in_array($requestMethod, ['DELETE'])) {
  2132.                                 if ($hasRequiredScheme) {
  2133.                                     $allow array_merge($allow, ['DELETE']);
  2134.                                 }
  2135.                                 goto not_admin_product_category_delete;
  2136.                             }
  2137.                             if (!$hasRequiredScheme) {
  2138.                                 if ('GET' !== $canonicalMethod) {
  2139.                                     goto not_admin_product_category_delete;
  2140.                                 }
  2141.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_delete'key($requiredSchemes)));
  2142.                             }
  2143.                             return $ret;
  2144.                         }
  2145.                         not_admin_product_category_delete:
  2146.                         // admin_product_category_sort_no_move
  2147.                         if ('/mgmrm/product/category/sort_no/move' === $pathinfo) {
  2148.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::moveSortNo',  '_route' => 'admin_product_category_sort_no_move',);
  2149.                             $requiredSchemes = array (  'https' => 0,);
  2150.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2151.                             if (!in_array($requestMethod, ['POST'])) {
  2152.                                 if ($hasRequiredScheme) {
  2153.                                     $allow array_merge($allow, ['POST']);
  2154.                                 }
  2155.                                 goto not_admin_product_category_sort_no_move;
  2156.                             }
  2157.                             if (!$hasRequiredScheme) {
  2158.                                 if ('GET' !== $canonicalMethod) {
  2159.                                     goto not_admin_product_category_sort_no_move;
  2160.                                 }
  2161.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_sort_no_move'key($requiredSchemes)));
  2162.                             }
  2163.                             return $ret;
  2164.                         }
  2165.                         not_admin_product_category_sort_no_move:
  2166.                         // admin_product_category_export
  2167.                         if ('/mgmrm/product/category/export' === $pathinfo) {
  2168.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::export',  '_route' => 'admin_product_category_export',);
  2169.                             $requiredSchemes = array (  'https' => 0,);
  2170.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2171.                                 if ('GET' !== $canonicalMethod) {
  2172.                                     goto not_admin_product_category_export;
  2173.                                 }
  2174.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_export'key($requiredSchemes)));
  2175.                             }
  2176.                             return $ret;
  2177.                         }
  2178.                         not_admin_product_category_export:
  2179.                         // admin_product_category_csv_import
  2180.                         if ('/mgmrm/product/category_csv_upload' === $pathinfo) {
  2181.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvCategory',  '_route' => 'admin_product_category_csv_import',);
  2182.                             $requiredSchemes = array (  'https' => 0,);
  2183.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2184.                                 if ('GET' !== $canonicalMethod) {
  2185.                                     goto not_admin_product_category_csv_import;
  2186.                                 }
  2187.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_csv_import'key($requiredSchemes)));
  2188.                             }
  2189.                             return $ret;
  2190.                         }
  2191.                         not_admin_product_category_csv_import:
  2192.                     }
  2193.                     elseif (=== strpos($pathinfo'/mgmrm/product/class_category')) {
  2194.                         // admin_product_class_category
  2195.                         if (preg_match('#^/mgmrm/product/class_category/(?P<class_name_id>\\d+)$#sD'$pathinfo$matches)) {
  2196.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2197.                             $requiredSchemes = array (  'https' => 0,);
  2198.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2199.                                 if ('GET' !== $canonicalMethod) {
  2200.                                     goto not_admin_product_class_category;
  2201.                                 }
  2202.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category'key($requiredSchemes)));
  2203.                             }
  2204.                             return $ret;
  2205.                         }
  2206.                         not_admin_product_class_category:
  2207.                         // admin_product_class_category_edit
  2208.                         if (preg_match('#^/mgmrm/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2209.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2210.                             $requiredSchemes = array (  'https' => 0,);
  2211.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2212.                                 if ('GET' !== $canonicalMethod) {
  2213.                                     goto not_admin_product_class_category_edit;
  2214.                                 }
  2215.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_edit'key($requiredSchemes)));
  2216.                             }
  2217.                             return $ret;
  2218.                         }
  2219.                         not_admin_product_class_category_edit:
  2220.                         // admin_product_class_category_delete
  2221.                         if (preg_match('#^/mgmrm/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2222.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::delete',));
  2223.                             $requiredSchemes = array (  'https' => 0,);
  2224.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2225.                             if (!in_array($requestMethod, ['DELETE'])) {
  2226.                                 if ($hasRequiredScheme) {
  2227.                                     $allow array_merge($allow, ['DELETE']);
  2228.                                 }
  2229.                                 goto not_admin_product_class_category_delete;
  2230.                             }
  2231.                             if (!$hasRequiredScheme) {
  2232.                                 if ('GET' !== $canonicalMethod) {
  2233.                                     goto not_admin_product_class_category_delete;
  2234.                                 }
  2235.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_delete'key($requiredSchemes)));
  2236.                             }
  2237.                             return $ret;
  2238.                         }
  2239.                         not_admin_product_class_category_delete:
  2240.                         // admin_product_class_category_visibility
  2241.                         if (preg_match('#^/mgmrm/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  2242.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::visibility',));
  2243.                             $requiredSchemes = array (  'https' => 0,);
  2244.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2245.                             if (!in_array($requestMethod, ['PUT'])) {
  2246.                                 if ($hasRequiredScheme) {
  2247.                                     $allow array_merge($allow, ['PUT']);
  2248.                                 }
  2249.                                 goto not_admin_product_class_category_visibility;
  2250.                             }
  2251.                             if (!$hasRequiredScheme) {
  2252.                                 if ('GET' !== $canonicalMethod) {
  2253.                                     goto not_admin_product_class_category_visibility;
  2254.                                 }
  2255.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_visibility'key($requiredSchemes)));
  2256.                             }
  2257.                             return $ret;
  2258.                         }
  2259.                         not_admin_product_class_category_visibility:
  2260.                         // admin_product_class_category_sort_no_move
  2261.                         if ('/mgmrm/product/class_category/sort_no/move' === $pathinfo) {
  2262.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::moveSortNo',  '_route' => 'admin_product_class_category_sort_no_move',);
  2263.                             $requiredSchemes = array (  'https' => 0,);
  2264.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2265.                             if (!in_array($requestMethod, ['POST'])) {
  2266.                                 if ($hasRequiredScheme) {
  2267.                                     $allow array_merge($allow, ['POST']);
  2268.                                 }
  2269.                                 goto not_admin_product_class_category_sort_no_move;
  2270.                             }
  2271.                             if (!$hasRequiredScheme) {
  2272.                                 if ('GET' !== $canonicalMethod) {
  2273.                                     goto not_admin_product_class_category_sort_no_move;
  2274.                                 }
  2275.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_sort_no_move'key($requiredSchemes)));
  2276.                             }
  2277.                             return $ret;
  2278.                         }
  2279.                         not_admin_product_class_category_sort_no_move:
  2280.                     }
  2281.                     elseif (=== strpos($pathinfo'/mgmrm/product/class_name')) {
  2282.                         // admin_product_class_name
  2283.                         if ('/mgmrm/product/class_name' === $pathinfo) {
  2284.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',  '_route' => 'admin_product_class_name',);
  2285.                             $requiredSchemes = array (  'https' => 0,);
  2286.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2287.                                 if ('GET' !== $canonicalMethod) {
  2288.                                     goto not_admin_product_class_name;
  2289.                                 }
  2290.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name'key($requiredSchemes)));
  2291.                             }
  2292.                             return $ret;
  2293.                         }
  2294.                         not_admin_product_class_name:
  2295.                         // admin_product_class_name_edit
  2296.                         if (preg_match('#^/mgmrm/product/class_name/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2297.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',));
  2298.                             $requiredSchemes = array (  'https' => 0,);
  2299.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2300.                                 if ('GET' !== $canonicalMethod) {
  2301.                                     goto not_admin_product_class_name_edit;
  2302.                                 }
  2303.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_edit'key($requiredSchemes)));
  2304.                             }
  2305.                             return $ret;
  2306.                         }
  2307.                         not_admin_product_class_name_edit:
  2308.                         // admin_product_class_name_delete
  2309.                         if (preg_match('#^/mgmrm/product/class_name/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2310.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::delete',));
  2311.                             $requiredSchemes = array (  'https' => 0,);
  2312.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2313.                             if (!in_array($requestMethod, ['DELETE'])) {
  2314.                                 if ($hasRequiredScheme) {
  2315.                                     $allow array_merge($allow, ['DELETE']);
  2316.                                 }
  2317.                                 goto not_admin_product_class_name_delete;
  2318.                             }
  2319.                             if (!$hasRequiredScheme) {
  2320.                                 if ('GET' !== $canonicalMethod) {
  2321.                                     goto not_admin_product_class_name_delete;
  2322.                                 }
  2323.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_delete'key($requiredSchemes)));
  2324.                             }
  2325.                             return $ret;
  2326.                         }
  2327.                         not_admin_product_class_name_delete:
  2328.                         // admin_product_class_name_sort_no_move
  2329.                         if ('/mgmrm/product/class_name/sort_no/move' === $pathinfo) {
  2330.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::moveSortNo',  '_route' => 'admin_product_class_name_sort_no_move',);
  2331.                             $requiredSchemes = array (  'https' => 0,);
  2332.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2333.                             if (!in_array($requestMethod, ['POST'])) {
  2334.                                 if ($hasRequiredScheme) {
  2335.                                     $allow array_merge($allow, ['POST']);
  2336.                                 }
  2337.                                 goto not_admin_product_class_name_sort_no_move;
  2338.                             }
  2339.                             if (!$hasRequiredScheme) {
  2340.                                 if ('GET' !== $canonicalMethod) {
  2341.                                     goto not_admin_product_class_name_sort_no_move;
  2342.                                 }
  2343.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_sort_no_move'key($requiredSchemes)));
  2344.                             }
  2345.                             return $ret;
  2346.                         }
  2347.                         not_admin_product_class_name_sort_no_move:
  2348.                     }
  2349.                     // admin_product_csv_template
  2350.                     if (=== strpos($pathinfo'/mgmrm/product/csv_template') && preg_match('#^/mgmrm/product/csv_template/(?P<type>\\w+)$#sD'$pathinfo$matches)) {
  2351.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_csv_template']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvTemplate',));
  2352.                         $requiredSchemes = array (  'https' => 0,);
  2353.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2354.                             if ('GET' !== $canonicalMethod) {
  2355.                                 goto not_admin_product_csv_template;
  2356.                             }
  2357.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_template'key($requiredSchemes)));
  2358.                         }
  2359.                         return $ret;
  2360.                     }
  2361.                     not_admin_product_csv_template:
  2362.                 }
  2363.                 // admin_product_csv_import
  2364.                 if ('/mgmrm/product/product_csv_upload' === $pathinfo) {
  2365.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvProduct',  '_route' => 'admin_product_csv_import',);
  2366.                     $requiredSchemes = array (  'https' => 0,);
  2367.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2368.                         if ('GET' !== $canonicalMethod) {
  2369.                             goto not_admin_product_csv_import;
  2370.                         }
  2371.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_import'key($requiredSchemes)));
  2372.                     }
  2373.                     return $ret;
  2374.                 }
  2375.                 not_admin_product_csv_import:
  2376.                 if (=== strpos($pathinfo'/mgmrm/product/product/class')) {
  2377.                     // admin_product_product_class
  2378.                     if (preg_match('#^/mgmrm/product/product/class/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2379.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::index',));
  2380.                         $requiredSchemes = array (  'https' => 0,);
  2381.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2382.                             if ('GET' !== $canonicalMethod) {
  2383.                                 goto not_admin_product_product_class;
  2384.                             }
  2385.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class'key($requiredSchemes)));
  2386.                         }
  2387.                         return $ret;
  2388.                     }
  2389.                     not_admin_product_product_class:
  2390.                     // admin_product_product_class_clear
  2391.                     if (preg_match('#^/mgmrm/product/product/class/(?P<id>\\d+)/clear$#sD'$pathinfo$matches)) {
  2392.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class_clear']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::clearProductClasses',));
  2393.                         $requiredSchemes = array (  'https' => 0,);
  2394.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2395.                             if ('GET' !== $canonicalMethod) {
  2396.                                 goto not_admin_product_product_class_clear;
  2397.                             }
  2398.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class_clear'key($requiredSchemes)));
  2399.                         }
  2400.                         return $ret;
  2401.                     }
  2402.                     not_admin_product_product_class_clear:
  2403.                 }
  2404.                 // admin_product
  2405.                 if ('/mgmrm/product' === $pathinfo) {
  2406.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',  '_route' => 'admin_product',);
  2407.                     $requiredSchemes = array (  'https' => 0,);
  2408.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2409.                         if ('GET' !== $canonicalMethod) {
  2410.                             goto not_admin_product;
  2411.                         }
  2412.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product'key($requiredSchemes)));
  2413.                     }
  2414.                     return $ret;
  2415.                 }
  2416.                 not_admin_product:
  2417.                 // admin_product_page
  2418.                 if (=== strpos($pathinfo'/mgmrm/product/page') && preg_match('#^/mgmrm/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2419.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',));
  2420.                     $requiredSchemes = array (  'https' => 0,);
  2421.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2422.                         if ('GET' !== $canonicalMethod) {
  2423.                             goto not_admin_product_page;
  2424.                         }
  2425.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_page'key($requiredSchemes)));
  2426.                     }
  2427.                     return $ret;
  2428.                 }
  2429.                 not_admin_product_page:
  2430.                 if (=== strpos($pathinfo'/mgmrm/product/product')) {
  2431.                     // admin_product_image_add
  2432.                     if ('/mgmrm/product/product/image/add' === $pathinfo) {
  2433.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::addImage',  '_route' => 'admin_product_image_add',);
  2434.                         $requiredSchemes = array (  'https' => 0,);
  2435.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2436.                         if (!in_array($requestMethod, ['POST'])) {
  2437.                             if ($hasRequiredScheme) {
  2438.                                 $allow array_merge($allow, ['POST']);
  2439.                             }
  2440.                             goto not_admin_product_image_add;
  2441.                         }
  2442.                         if (!$hasRequiredScheme) {
  2443.                             if ('GET' !== $canonicalMethod) {
  2444.                                 goto not_admin_product_image_add;
  2445.                             }
  2446.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_image_add'key($requiredSchemes)));
  2447.                         }
  2448.                         return $ret;
  2449.                     }
  2450.                     not_admin_product_image_add:
  2451.                     // admin_product_product_new
  2452.                     if ('/mgmrm/product/product/new' === $pathinfo) {
  2453.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',  '_route' => 'admin_product_product_new',);
  2454.                         $requiredSchemes = array (  'https' => 0,);
  2455.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2456.                             if ('GET' !== $canonicalMethod) {
  2457.                                 goto not_admin_product_product_new;
  2458.                             }
  2459.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_new'key($requiredSchemes)));
  2460.                         }
  2461.                         return $ret;
  2462.                     }
  2463.                     not_admin_product_product_new:
  2464.                     // admin_product_product_edit
  2465.                     if (preg_match('#^/mgmrm/product/product/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2466.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',));
  2467.                         $requiredSchemes = array (  'https' => 0,);
  2468.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2469.                             if ('GET' !== $canonicalMethod) {
  2470.                                 goto not_admin_product_product_edit;
  2471.                             }
  2472.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_edit'key($requiredSchemes)));
  2473.                         }
  2474.                         return $ret;
  2475.                     }
  2476.                     not_admin_product_product_edit:
  2477.                     // admin_product_product_delete
  2478.                     if (preg_match('#^/mgmrm/product/product/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2479.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::delete',));
  2480.                         $requiredSchemes = array (  'https' => 0,);
  2481.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2482.                         if (!in_array($requestMethod, ['DELETE'])) {
  2483.                             if ($hasRequiredScheme) {
  2484.                                 $allow array_merge($allow, ['DELETE']);
  2485.                             }
  2486.                             goto not_admin_product_product_delete;
  2487.                         }
  2488.                         if (!$hasRequiredScheme) {
  2489.                             if ('GET' !== $canonicalMethod) {
  2490.                                 goto not_admin_product_product_delete;
  2491.                             }
  2492.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_delete'key($requiredSchemes)));
  2493.                         }
  2494.                         return $ret;
  2495.                     }
  2496.                     not_admin_product_product_delete:
  2497.                     // admin_product_product_copy
  2498.                     if (preg_match('#^/mgmrm/product/product/(?P<id>\\d+)/copy$#sD'$pathinfo$matches)) {
  2499.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_copy']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::copy',));
  2500.                         $requiredSchemes = array (  'https' => 0,);
  2501.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2502.                         if (!in_array($requestMethod, ['POST'])) {
  2503.                             if ($hasRequiredScheme) {
  2504.                                 $allow array_merge($allow, ['POST']);
  2505.                             }
  2506.                             goto not_admin_product_product_copy;
  2507.                         }
  2508.                         if (!$hasRequiredScheme) {
  2509.                             if ('GET' !== $canonicalMethod) {
  2510.                                 goto not_admin_product_product_copy;
  2511.                             }
  2512.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_copy'key($requiredSchemes)));
  2513.                         }
  2514.                         return $ret;
  2515.                     }
  2516.                     not_admin_product_product_copy:
  2517.                     // admin_product_product_display
  2518.                     if (preg_match('#^/mgmrm/product/product/(?P<id>\\d+)/display$#sD'$pathinfo$matches)) {
  2519.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_display']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::display',));
  2520.                         $requiredSchemes = array (  'https' => 0,);
  2521.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2522.                             if ('GET' !== $canonicalMethod) {
  2523.                                 goto not_admin_product_product_display;
  2524.                             }
  2525.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_display'key($requiredSchemes)));
  2526.                         }
  2527.                         return $ret;
  2528.                     }
  2529.                     not_admin_product_product_display:
  2530.                 }
  2531.                 // admin_product_classes_load
  2532.                 if (=== strpos($pathinfo'/mgmrm/product/classes') && preg_match('#^/mgmrm/product/classes/(?P<id>\\d+)/load$#sD'$pathinfo$matches)) {
  2533.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_classes_load']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::loadProductClasses',));
  2534.                     $requiredSchemes = array (  'https' => 0,);
  2535.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2536.                     if (!in_array($canonicalMethod, ['GET'])) {
  2537.                         if ($hasRequiredScheme) {
  2538.                             $allow array_merge($allow, ['GET']);
  2539.                         }
  2540.                         goto not_admin_product_classes_load;
  2541.                     }
  2542.                     if (!$hasRequiredScheme) {
  2543.                         if ('GET' !== $canonicalMethod) {
  2544.                             goto not_admin_product_classes_load;
  2545.                         }
  2546.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_classes_load'key($requiredSchemes)));
  2547.                     }
  2548.                     return $ret;
  2549.                 }
  2550.                 not_admin_product_classes_load:
  2551.                 // admin_product_export
  2552.                 if ('/mgmrm/product/export' === $pathinfo) {
  2553.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::export',  '_route' => 'admin_product_export',);
  2554.                     $requiredSchemes = array (  'https' => 0,);
  2555.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2556.                         if ('GET' !== $canonicalMethod) {
  2557.                             goto not_admin_product_export;
  2558.                         }
  2559.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export'key($requiredSchemes)));
  2560.                     }
  2561.                     return $ret;
  2562.                 }
  2563.                 not_admin_product_export:
  2564.                 // admin_product_bulk_product_status
  2565.                 if (=== strpos($pathinfo'/mgmrm/product/bulk/product-status') && preg_match('#^/mgmrm/product/bulk/product\\-status/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2566.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_bulk_product_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::bulkProductStatus',));
  2567.                     $requiredSchemes = array (  'https' => 0,);
  2568.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2569.                     if (!in_array($requestMethod, ['POST'])) {
  2570.                         if ($hasRequiredScheme) {
  2571.                             $allow array_merge($allow, ['POST']);
  2572.                         }
  2573.                         goto not_admin_product_bulk_product_status;
  2574.                     }
  2575.                     if (!$hasRequiredScheme) {
  2576.                         if ('GET' !== $canonicalMethod) {
  2577.                             goto not_admin_product_bulk_product_status;
  2578.                         }
  2579.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_bulk_product_status'key($requiredSchemes)));
  2580.                     }
  2581.                     return $ret;
  2582.                 }
  2583.                 not_admin_product_bulk_product_status:
  2584.                 if (=== strpos($pathinfo'/mgmrm/product/tag')) {
  2585.                     // admin_product_tag
  2586.                     if ('/mgmrm/product/tag' === $pathinfo) {
  2587.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::index',  '_route' => 'admin_product_tag',);
  2588.                         $requiredSchemes = array (  'https' => 0,);
  2589.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2590.                             if ('GET' !== $canonicalMethod) {
  2591.                                 goto not_admin_product_tag;
  2592.                             }
  2593.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag'key($requiredSchemes)));
  2594.                         }
  2595.                         return $ret;
  2596.                     }
  2597.                     not_admin_product_tag:
  2598.                     // admin_product_tag_delete
  2599.                     if (preg_match('#^/mgmrm/product/tag/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2600.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_tag_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::delete',));
  2601.                         $requiredSchemes = array (  'https' => 0,);
  2602.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2603.                         if (!in_array($requestMethod, ['DELETE'])) {
  2604.                             if ($hasRequiredScheme) {
  2605.                                 $allow array_merge($allow, ['DELETE']);
  2606.                             }
  2607.                             goto not_admin_product_tag_delete;
  2608.                         }
  2609.                         if (!$hasRequiredScheme) {
  2610.                             if ('GET' !== $canonicalMethod) {
  2611.                                 goto not_admin_product_tag_delete;
  2612.                             }
  2613.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_delete'key($requiredSchemes)));
  2614.                         }
  2615.                         return $ret;
  2616.                     }
  2617.                     not_admin_product_tag_delete:
  2618.                     // admin_product_tag_sort_no_move
  2619.                     if ('/mgmrm/product/tag/sort_no/move' === $pathinfo) {
  2620.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::moveSortNo',  '_route' => 'admin_product_tag_sort_no_move',);
  2621.                         $requiredSchemes = array (  'https' => 0,);
  2622.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2623.                         if (!in_array($requestMethod, ['POST'])) {
  2624.                             if ($hasRequiredScheme) {
  2625.                                 $allow array_merge($allow, ['POST']);
  2626.                             }
  2627.                             goto not_admin_product_tag_sort_no_move;
  2628.                         }
  2629.                         if (!$hasRequiredScheme) {
  2630.                             if ('GET' !== $canonicalMethod) {
  2631.                                 goto not_admin_product_tag_sort_no_move;
  2632.                             }
  2633.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_sort_no_move'key($requiredSchemes)));
  2634.                         }
  2635.                         return $ret;
  2636.                     }
  2637.                     not_admin_product_tag_sort_no_move:
  2638.                 }
  2639.             }
  2640.             // admin_logout
  2641.             if ('/mgmrm/logout' === $pathinfo) {
  2642.                 $ret = ['_route' => 'admin_logout'];
  2643.                 $requiredSchemes = array (  'https' => 0,);
  2644.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2645.                     if ('GET' !== $canonicalMethod) {
  2646.                         goto not_admin_logout;
  2647.                     }
  2648.                     return array_replace($ret$this->redirect($rawPathinfo'admin_logout'key($requiredSchemes)));
  2649.                 }
  2650.                 return $ret;
  2651.             }
  2652.             not_admin_logout:
  2653.             if (=== strpos($pathinfo'/mgmrm/yamato_payment/config')) {
  2654.                 // yamato_payment4_admin_config
  2655.                 if ('/mgmrm/yamato_payment/config' === $pathinfo) {
  2656.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\Admin\\ConfigController::index',  '_route' => 'yamato_payment4_admin_config',);
  2657.                     $requiredSchemes = array (  'https' => 0,);
  2658.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2659.                         if ('GET' !== $canonicalMethod) {
  2660.                             goto not_yamato_payment4_admin_config;
  2661.                         }
  2662.                         return array_replace($ret$this->redirect($rawPathinfo'yamato_payment4_admin_config'key($requiredSchemes)));
  2663.                     }
  2664.                     return $ret;
  2665.                 }
  2666.                 not_yamato_payment4_admin_config:
  2667.                 // yamato_payment4_admin_config_ip_address
  2668.                 if ('/mgmrm/yamato_payment/config/ip_address' === $pathinfo) {
  2669.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\Admin\\ConfigController::getGlobalIpAddress',  '_route' => 'yamato_payment4_admin_config_ip_address',);
  2670.                     $requiredSchemes = array (  'https' => 0,);
  2671.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2672.                         if ('GET' !== $canonicalMethod) {
  2673.                             goto not_yamato_payment4_admin_config_ip_address;
  2674.                         }
  2675.                         return array_replace($ret$this->redirect($rawPathinfo'yamato_payment4_admin_config_ip_address'key($requiredSchemes)));
  2676.                     }
  2677.                     return $ret;
  2678.                 }
  2679.                 not_yamato_payment4_admin_config_ip_address:
  2680.             }
  2681.             elseif (=== strpos($pathinfo'/mgmrm/yamato_payment4/payment_status')) {
  2682.                 // yamato_payment4_admin_payment_status
  2683.                 if ('/mgmrm/yamato_payment4/payment_status' === $pathinfo) {
  2684.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\Admin\\PaymentStatusController::index',  '_route' => 'yamato_payment4_admin_payment_status',);
  2685.                     $requiredSchemes = array (  'https' => 0,);
  2686.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2687.                         if ('GET' !== $canonicalMethod) {
  2688.                             goto not_yamato_payment4_admin_payment_status;
  2689.                         }
  2690.                         return array_replace($ret$this->redirect($rawPathinfo'yamato_payment4_admin_payment_status'key($requiredSchemes)));
  2691.                     }
  2692.                     return $ret;
  2693.                 }
  2694.                 not_yamato_payment4_admin_payment_status:
  2695.                 // yamato_payment4_admin_payment_status_pageno
  2696.                 if (preg_match('#^/mgmrm/yamato_payment4/payment_status(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2697.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'yamato_payment4_admin_payment_status_pageno']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\Admin\\PaymentStatusController::index',));
  2698.                     $requiredSchemes = array (  'https' => 0,);
  2699.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2700.                         if ('GET' !== $canonicalMethod) {
  2701.                             goto not_yamato_payment4_admin_payment_status_pageno;
  2702.                         }
  2703.                         return array_replace($ret$this->redirect($rawPathinfo'yamato_payment4_admin_payment_status_pageno'key($requiredSchemes)));
  2704.                     }
  2705.                     return $ret;
  2706.                 }
  2707.                 not_yamato_payment4_admin_payment_status_pageno:
  2708.                 // yamato_payment4_admin_payment_status_request
  2709.                 if ('/mgmrm/yamato_payment4/payment_status/request_action/' === $pathinfo) {
  2710.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\Admin\\PaymentStatusController::requestAction',  '_route' => 'yamato_payment4_admin_payment_status_request',);
  2711.                     $requiredSchemes = array (  'https' => 0,);
  2712.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2713.                     if (!in_array($requestMethod, ['POST'])) {
  2714.                         if ($hasRequiredScheme) {
  2715.                             $allow array_merge($allow, ['POST']);
  2716.                         }
  2717.                         goto not_yamato_payment4_admin_payment_status_request;
  2718.                     }
  2719.                     if (!$hasRequiredScheme) {
  2720.                         if ('GET' !== $canonicalMethod) {
  2721.                             goto not_yamato_payment4_admin_payment_status_request;
  2722.                         }
  2723.                         return array_replace($ret$this->redirect($rawPathinfo'yamato_payment4_admin_payment_status_request'key($requiredSchemes)));
  2724.                     }
  2725.                     return $ret;
  2726.                 }
  2727.                 not_yamato_payment4_admin_payment_status_request:
  2728.             }
  2729.         }
  2730.         elseif (=== strpos($pathinfo'/mypage')) {
  2731.             if (=== strpos($pathinfo'/mypage/change')) {
  2732.                 // mypage_change
  2733.                 if ('/mypage/change' === $pathinfo) {
  2734.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::index',  '_route' => 'mypage_change',);
  2735.                     $requiredSchemes = array (  'https' => 0,);
  2736.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2737.                         if ('GET' !== $canonicalMethod) {
  2738.                             goto not_mypage_change;
  2739.                         }
  2740.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change'key($requiredSchemes)));
  2741.                     }
  2742.                     return $ret;
  2743.                 }
  2744.                 not_mypage_change:
  2745.                 // mypage_change_complete
  2746.                 if ('/mypage/change_complete' === $pathinfo) {
  2747.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::complete',  '_route' => 'mypage_change_complete',);
  2748.                     $requiredSchemes = array (  'https' => 0,);
  2749.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2750.                         if ('GET' !== $canonicalMethod) {
  2751.                             goto not_mypage_change_complete;
  2752.                         }
  2753.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change_complete'key($requiredSchemes)));
  2754.                     }
  2755.                     return $ret;
  2756.                 }
  2757.                 not_mypage_change_complete:
  2758.             }
  2759.             elseif (=== strpos($pathinfo'/mypage/delivery')) {
  2760.                 // mypage_delivery
  2761.                 if ('/mypage/delivery' === $pathinfo) {
  2762.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::index',  '_route' => 'mypage_delivery',);
  2763.                     $requiredSchemes = array (  'https' => 0,);
  2764.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2765.                         if ('GET' !== $canonicalMethod) {
  2766.                             goto not_mypage_delivery;
  2767.                         }
  2768.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery'key($requiredSchemes)));
  2769.                     }
  2770.                     return $ret;
  2771.                 }
  2772.                 not_mypage_delivery:
  2773.                 // mypage_delivery_new
  2774.                 if ('/mypage/delivery/new' === $pathinfo) {
  2775.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',  '_route' => 'mypage_delivery_new',);
  2776.                     $requiredSchemes = array (  'https' => 0,);
  2777.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2778.                         if ('GET' !== $canonicalMethod) {
  2779.                             goto not_mypage_delivery_new;
  2780.                         }
  2781.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_new'key($requiredSchemes)));
  2782.                     }
  2783.                     return $ret;
  2784.                 }
  2785.                 not_mypage_delivery_new:
  2786.                 // mypage_delivery_edit
  2787.                 if (preg_match('#^/mypage/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2788.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',));
  2789.                     $requiredSchemes = array (  'https' => 0,);
  2790.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2791.                         if ('GET' !== $canonicalMethod) {
  2792.                             goto not_mypage_delivery_edit;
  2793.                         }
  2794.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_edit'key($requiredSchemes)));
  2795.                     }
  2796.                     return $ret;
  2797.                 }
  2798.                 not_mypage_delivery_edit:
  2799.                 // mypage_delivery_delete
  2800.                 if (preg_match('#^/mypage/delivery/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  2801.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::delete',));
  2802.                     $requiredSchemes = array (  'https' => 0,);
  2803.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2804.                     if (!in_array($requestMethod, ['DELETE'])) {
  2805.                         if ($hasRequiredScheme) {
  2806.                             $allow array_merge($allow, ['DELETE']);
  2807.                         }
  2808.                         goto not_mypage_delivery_delete;
  2809.                     }
  2810.                     if (!$hasRequiredScheme) {
  2811.                         if ('GET' !== $canonicalMethod) {
  2812.                             goto not_mypage_delivery_delete;
  2813.                         }
  2814.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_delete'key($requiredSchemes)));
  2815.                     }
  2816.                     return $ret;
  2817.                 }
  2818.                 not_mypage_delivery_delete:
  2819.             }
  2820.             // mypage_login
  2821.             if ('/mypage/login' === $pathinfo) {
  2822.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::login',  '_route' => 'mypage_login',);
  2823.                 $requiredSchemes = array (  'https' => 0,);
  2824.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2825.                     if ('GET' !== $canonicalMethod) {
  2826.                         goto not_mypage_login;
  2827.                     }
  2828.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_login'key($requiredSchemes)));
  2829.                 }
  2830.                 return $ret;
  2831.             }
  2832.             not_mypage_login:
  2833.             // mypage
  2834.             if ('/mypage' === $trimmedPathinfo) {
  2835.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::index',  '_route' => 'mypage',);
  2836.                 if ('/' === substr($pathinfo, -1)) {
  2837.                     // no-op
  2838.                 } elseif ('GET' !== $canonicalMethod) {
  2839.                     goto not_mypage;
  2840.                 } else {
  2841.                     return array_replace($ret$this->redirect($rawPathinfo.'/''mypage'));
  2842.                 }
  2843.                 $requiredSchemes = array (  'https' => 0,);
  2844.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2845.                     if ('GET' !== $canonicalMethod) {
  2846.                         goto not_mypage;
  2847.                     }
  2848.                     return array_replace($ret$this->redirect($rawPathinfo'mypage'key($requiredSchemes)));
  2849.                 }
  2850.                 return $ret;
  2851.             }
  2852.             not_mypage:
  2853.             // mypage_history
  2854.             if (=== strpos($pathinfo'/mypage/history') && preg_match('#^/mypage/history/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  2855.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_history']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::history',));
  2856.                 $requiredSchemes = array (  'https' => 0,);
  2857.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2858.                     if ('GET' !== $canonicalMethod) {
  2859.                         goto not_mypage_history;
  2860.                     }
  2861.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_history'key($requiredSchemes)));
  2862.                 }
  2863.                 return $ret;
  2864.             }
  2865.             not_mypage_history:
  2866.             // mypage_order
  2867.             if (=== strpos($pathinfo'/mypage/order') && preg_match('#^/mypage/order/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  2868.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_order']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::order',));
  2869.                 $requiredSchemes = array (  'https' => 0,);
  2870.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2871.                 if (!in_array($requestMethod, ['PUT'])) {
  2872.                     if ($hasRequiredScheme) {
  2873.                         $allow array_merge($allow, ['PUT']);
  2874.                     }
  2875.                     goto not_mypage_order;
  2876.                 }
  2877.                 if (!$hasRequiredScheme) {
  2878.                     if ('GET' !== $canonicalMethod) {
  2879.                         goto not_mypage_order;
  2880.                     }
  2881.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_order'key($requiredSchemes)));
  2882.                 }
  2883.                 return $ret;
  2884.             }
  2885.             not_mypage_order:
  2886.             if (=== strpos($pathinfo'/mypage/favorite')) {
  2887.                 // mypage_favorite
  2888.                 if ('/mypage/favorite' === $pathinfo) {
  2889.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::favorite',  '_route' => 'mypage_favorite',);
  2890.                     $requiredSchemes = array (  'https' => 0,);
  2891.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2892.                         if ('GET' !== $canonicalMethod) {
  2893.                             goto not_mypage_favorite;
  2894.                         }
  2895.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite'key($requiredSchemes)));
  2896.                     }
  2897.                     return $ret;
  2898.                 }
  2899.                 not_mypage_favorite:
  2900.                 // mypage_favorite_delete
  2901.                 if (preg_match('#^/mypage/favorite/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2902.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_favorite_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::delete',));
  2903.                     $requiredSchemes = array (  'https' => 0,);
  2904.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2905.                     if (!in_array($requestMethod, ['DELETE'])) {
  2906.                         if ($hasRequiredScheme) {
  2907.                             $allow array_merge($allow, ['DELETE']);
  2908.                         }
  2909.                         goto not_mypage_favorite_delete;
  2910.                     }
  2911.                     if (!$hasRequiredScheme) {
  2912.                         if ('GET' !== $canonicalMethod) {
  2913.                             goto not_mypage_favorite_delete;
  2914.                         }
  2915.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite_delete'key($requiredSchemes)));
  2916.                     }
  2917.                     return $ret;
  2918.                 }
  2919.                 not_mypage_favorite_delete:
  2920.             }
  2921.             elseif (=== strpos($pathinfo'/mypage/withdraw')) {
  2922.                 // mypage_withdraw
  2923.                 if ('/mypage/withdraw' === $pathinfo) {
  2924.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::index',  '_route' => 'mypage_withdraw',);
  2925.                     $requiredSchemes = array (  'https' => 0,);
  2926.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2927.                         if ('GET' !== $canonicalMethod) {
  2928.                             goto not_mypage_withdraw;
  2929.                         }
  2930.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw'key($requiredSchemes)));
  2931.                     }
  2932.                     return $ret;
  2933.                 }
  2934.                 not_mypage_withdraw:
  2935.                 // mypage_withdraw_complete
  2936.                 if ('/mypage/withdraw_complete' === $pathinfo) {
  2937.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::complete',  '_route' => 'mypage_withdraw_complete',);
  2938.                     $requiredSchemes = array (  'https' => 0,);
  2939.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2940.                         if ('GET' !== $canonicalMethod) {
  2941.                             goto not_mypage_withdraw_complete;
  2942.                         }
  2943.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw_complete'key($requiredSchemes)));
  2944.                     }
  2945.                     return $ret;
  2946.                 }
  2947.                 not_mypage_withdraw_complete:
  2948.             }
  2949.             elseif (=== strpos($pathinfo'/mypage/kuronekocredit')) {
  2950.                 // mypage_kuronekocredit
  2951.                 if ('/mypage/kuronekocredit' === $pathinfo) {
  2952.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\CreditController::index',  '_route' => 'mypage_kuronekocredit',);
  2953.                     $requiredSchemes = array (  'https' => 0,);
  2954.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2955.                         if ('GET' !== $canonicalMethod) {
  2956.                             goto not_mypage_kuronekocredit;
  2957.                         }
  2958.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_kuronekocredit'key($requiredSchemes)));
  2959.                     }
  2960.                     return $ret;
  2961.                 }
  2962.                 not_mypage_kuronekocredit:
  2963.                 // mypage_kuronekocredit_delete
  2964.                 if ('/mypage/kuronekocredit/delete' === $pathinfo) {
  2965.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\CreditController::delete',  '_route' => 'mypage_kuronekocredit_delete',);
  2966.                     $requiredSchemes = array (  'https' => 0,);
  2967.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2968.                         if ('GET' !== $canonicalMethod) {
  2969.                             goto not_mypage_kuronekocredit_delete;
  2970.                         }
  2971.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_kuronekocredit_delete'key($requiredSchemes)));
  2972.                     }
  2973.                     return $ret;
  2974.                 }
  2975.                 not_mypage_kuronekocredit_delete:
  2976.                 // mypage_kuronekocredit_register
  2977.                 if ('/mypage/kuronekocredit/register' === $pathinfo) {
  2978.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\CreditController::register',  '_route' => 'mypage_kuronekocredit_register',);
  2979.                     $requiredSchemes = array (  'https' => 0,);
  2980.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2981.                         if ('GET' !== $canonicalMethod) {
  2982.                             goto not_mypage_kuronekocredit_register;
  2983.                         }
  2984.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_kuronekocredit_register'key($requiredSchemes)));
  2985.                     }
  2986.                     return $ret;
  2987.                 }
  2988.                 not_mypage_kuronekocredit_register:
  2989.             }
  2990.         }
  2991.         elseif (=== strpos($pathinfo'/block/cart')) {
  2992.             // block_cart
  2993.             if ('/block/cart' === $pathinfo) {
  2994.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart',);
  2995.                 $requiredSchemes = array (  'https' => 0,);
  2996.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2997.                     if ('GET' !== $canonicalMethod) {
  2998.                         goto not_block_cart;
  2999.                     }
  3000.                     return array_replace($ret$this->redirect($rawPathinfo'block_cart'key($requiredSchemes)));
  3001.                 }
  3002.                 return $ret;
  3003.             }
  3004.             not_block_cart:
  3005.             // block_cart_sp
  3006.             if ('/block/cart_sp' === $pathinfo) {
  3007.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart_sp',);
  3008.                 $requiredSchemes = array (  'https' => 0,);
  3009.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3010.                     if ('GET' !== $canonicalMethod) {
  3011.                         goto not_block_cart_sp;
  3012.                     }
  3013.                     return array_replace($ret$this->redirect($rawPathinfo'block_cart_sp'key($requiredSchemes)));
  3014.                 }
  3015.                 return $ret;
  3016.             }
  3017.             not_block_cart_sp:
  3018.         }
  3019.         elseif (=== strpos($pathinfo'/block/search_product')) {
  3020.             // block_search_product
  3021.             if ('/block/search_product' === $pathinfo) {
  3022.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product',);
  3023.                 $requiredSchemes = array (  'https' => 0,);
  3024.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3025.                     if ('GET' !== $canonicalMethod) {
  3026.                         goto not_block_search_product;
  3027.                     }
  3028.                     return array_replace($ret$this->redirect($rawPathinfo'block_search_product'key($requiredSchemes)));
  3029.                 }
  3030.                 return $ret;
  3031.             }
  3032.             not_block_search_product:
  3033.             // block_search_product_sp
  3034.             if ('/block/search_product_sp' === $pathinfo) {
  3035.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product_sp',);
  3036.                 $requiredSchemes = array (  'https' => 0,);
  3037.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3038.                     if ('GET' !== $canonicalMethod) {
  3039.                         goto not_block_search_product_sp;
  3040.                     }
  3041.                     return array_replace($ret$this->redirect($rawPathinfo'block_search_product_sp'key($requiredSchemes)));
  3042.                 }
  3043.                 return $ret;
  3044.             }
  3045.             not_block_search_product_sp:
  3046.         }
  3047.         elseif (=== strpos($pathinfo'/cart')) {
  3048.             // cart
  3049.             if ('/cart' === $pathinfo) {
  3050.                 $ret = array (  '_controller' => 'Eccube\\Controller\\CartController::index',  '_route' => 'cart',);
  3051.                 $requiredSchemes = array (  'https' => 0,);
  3052.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3053.                     if ('GET' !== $canonicalMethod) {
  3054.                         goto not_cart;
  3055.                     }
  3056.                     return array_replace($ret$this->redirect($rawPathinfo'cart'key($requiredSchemes)));
  3057.                 }
  3058.                 return $ret;
  3059.             }
  3060.             not_cart:
  3061.             // cart_handle_item
  3062.             if (preg_match('#^/cart/(?P<operation>up|down|remove)/(?P<productClassId>\\d+)$#sD'$pathinfo$matches)) {
  3063.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_handle_item']), array (  '_controller' => 'Eccube\\Controller\\CartController::handleCartItem',));
  3064.                 $requiredSchemes = array (  'https' => 0,);
  3065.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3066.                 if (!in_array($requestMethod, ['PUT'])) {
  3067.                     if ($hasRequiredScheme) {
  3068.                         $allow array_merge($allow, ['PUT']);
  3069.                     }
  3070.                     goto not_cart_handle_item;
  3071.                 }
  3072.                 if (!$hasRequiredScheme) {
  3073.                     if ('GET' !== $canonicalMethod) {
  3074.                         goto not_cart_handle_item;
  3075.                     }
  3076.                     return array_replace($ret$this->redirect($rawPathinfo'cart_handle_item'key($requiredSchemes)));
  3077.                 }
  3078.                 return $ret;
  3079.             }
  3080.             not_cart_handle_item:
  3081.             // cart_buystep
  3082.             if (=== strpos($pathinfo'/cart/buystep') && preg_match('#^/cart/buystep/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  3083.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_buystep']), array (  '_controller' => 'Eccube\\Controller\\CartController::buystep',));
  3084.                 $requiredSchemes = array (  'https' => 0,);
  3085.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3086.                     if ('GET' !== $canonicalMethod) {
  3087.                         goto not_cart_buystep;
  3088.                     }
  3089.                     return array_replace($ret$this->redirect($rawPathinfo'cart_buystep'key($requiredSchemes)));
  3090.                 }
  3091.                 return $ret;
  3092.             }
  3093.             not_cart_buystep:
  3094.         }
  3095.         elseif (=== strpos($pathinfo'/contact')) {
  3096.             // contact
  3097.             if ('/contact' === $pathinfo) {
  3098.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::index',  '_route' => 'contact',);
  3099.                 $requiredSchemes = array (  'https' => 0,);
  3100.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3101.                     if ('GET' !== $canonicalMethod) {
  3102.                         goto not_contact;
  3103.                     }
  3104.                     return array_replace($ret$this->redirect($rawPathinfo'contact'key($requiredSchemes)));
  3105.                 }
  3106.                 return $ret;
  3107.             }
  3108.             not_contact:
  3109.             // contact_complete
  3110.             if ('/contact/complete' === $pathinfo) {
  3111.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::complete',  '_route' => 'contact_complete',);
  3112.                 $requiredSchemes = array (  'https' => 0,);
  3113.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3114.                     if ('GET' !== $canonicalMethod) {
  3115.                         goto not_contact_complete;
  3116.                     }
  3117.                     return array_replace($ret$this->redirect($rawPathinfo'contact_complete'key($requiredSchemes)));
  3118.                 }
  3119.                 return $ret;
  3120.             }
  3121.             not_contact_complete:
  3122.         }
  3123.         elseif (=== strpos($pathinfo'/entry')) {
  3124.             // entry
  3125.             if ('/entry' === $pathinfo) {
  3126.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::index',  '_route' => 'entry',);
  3127.                 $requiredSchemes = array (  'https' => 0,);
  3128.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3129.                     if ('GET' !== $canonicalMethod) {
  3130.                         goto not_entry;
  3131.                     }
  3132.                     return array_replace($ret$this->redirect($rawPathinfo'entry'key($requiredSchemes)));
  3133.                 }
  3134.                 return $ret;
  3135.             }
  3136.             not_entry:
  3137.             // entry_complete
  3138.             if ('/entry/complete' === $pathinfo) {
  3139.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::complete',  '_route' => 'entry_complete',);
  3140.                 $requiredSchemes = array (  'https' => 0,);
  3141.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3142.                     if ('GET' !== $canonicalMethod) {
  3143.                         goto not_entry_complete;
  3144.                     }
  3145.                     return array_replace($ret$this->redirect($rawPathinfo'entry_complete'key($requiredSchemes)));
  3146.                 }
  3147.                 return $ret;
  3148.             }
  3149.             not_entry_complete:
  3150.             // entry_activate
  3151.             if (=== strpos($pathinfo'/entry/activate') && preg_match('#^/entry/activate/(?P<secret_key>[^/]++)(?:/(?P<qtyInCart>[^/]++))?$#sD'$pathinfo$matches)) {
  3152.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'entry_activate']), array (  'qtyInCart' => NULL,  '_controller' => 'Eccube\\Controller\\EntryController::activate',));
  3153.                 $requiredSchemes = array (  'https' => 0,);
  3154.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3155.                     if ('GET' !== $canonicalMethod) {
  3156.                         goto not_entry_activate;
  3157.                     }
  3158.                     return array_replace($ret$this->redirect($rawPathinfo'entry_activate'key($requiredSchemes)));
  3159.                 }
  3160.                 return $ret;
  3161.             }
  3162.             not_entry_activate:
  3163.         }
  3164.         elseif (=== strpos($pathinfo'/forgot')) {
  3165.             // forgot
  3166.             if ('/forgot' === $pathinfo) {
  3167.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::index',  '_route' => 'forgot',);
  3168.                 $requiredSchemes = array (  'https' => 0,);
  3169.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3170.                     if ('GET' !== $canonicalMethod) {
  3171.                         goto not_forgot;
  3172.                     }
  3173.                     return array_replace($ret$this->redirect($rawPathinfo'forgot'key($requiredSchemes)));
  3174.                 }
  3175.                 return $ret;
  3176.             }
  3177.             not_forgot:
  3178.             // forgot_complete
  3179.             if ('/forgot/complete' === $pathinfo) {
  3180.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::complete',  '_route' => 'forgot_complete',);
  3181.                 $requiredSchemes = array (  'https' => 0,);
  3182.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3183.                     if ('GET' !== $canonicalMethod) {
  3184.                         goto not_forgot_complete;
  3185.                     }
  3186.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_complete'key($requiredSchemes)));
  3187.                 }
  3188.                 return $ret;
  3189.             }
  3190.             not_forgot_complete:
  3191.             // forgot_reset
  3192.             if (=== strpos($pathinfo'/forgot/reset') && preg_match('#^/forgot/reset/(?P<reset_key>[^/]++)$#sD'$pathinfo$matches)) {
  3193.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'forgot_reset']), array (  '_controller' => 'Eccube\\Controller\\ForgotController::reset',));
  3194.                 $requiredSchemes = array (  'https' => 0,);
  3195.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3196.                     if ('GET' !== $canonicalMethod) {
  3197.                         goto not_forgot_reset;
  3198.                     }
  3199.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_reset'key($requiredSchemes)));
  3200.                 }
  3201.                 return $ret;
  3202.             }
  3203.             not_forgot_reset:
  3204.         }
  3205.         elseif (=== strpos($pathinfo'/help')) {
  3206.             // help_tradelaw
  3207.             if ('/help/tradelaw' === $pathinfo) {
  3208.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::tradelaw',  '_route' => 'help_tradelaw',);
  3209.                 $requiredSchemes = array (  'https' => 0,);
  3210.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3211.                     if ('GET' !== $canonicalMethod) {
  3212.                         goto not_help_tradelaw;
  3213.                     }
  3214.                     return array_replace($ret$this->redirect($rawPathinfo'help_tradelaw'key($requiredSchemes)));
  3215.                 }
  3216.                 return $ret;
  3217.             }
  3218.             not_help_tradelaw:
  3219.             // help_about
  3220.             if ('/help/about' === $pathinfo) {
  3221.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::about',  '_route' => 'help_about',);
  3222.                 $requiredSchemes = array (  'https' => 0,);
  3223.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3224.                     if ('GET' !== $canonicalMethod) {
  3225.                         goto not_help_about;
  3226.                     }
  3227.                     return array_replace($ret$this->redirect($rawPathinfo'help_about'key($requiredSchemes)));
  3228.                 }
  3229.                 return $ret;
  3230.             }
  3231.             not_help_about:
  3232.             // help_agreement
  3233.             if ('/help/agreement' === $pathinfo) {
  3234.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::agreement',  '_route' => 'help_agreement',);
  3235.                 $requiredSchemes = array (  'https' => 0,);
  3236.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3237.                     if ('GET' !== $canonicalMethod) {
  3238.                         goto not_help_agreement;
  3239.                     }
  3240.                     return array_replace($ret$this->redirect($rawPathinfo'help_agreement'key($requiredSchemes)));
  3241.                 }
  3242.                 return $ret;
  3243.             }
  3244.             not_help_agreement:
  3245.             // help_privacy
  3246.             if ('/help/privacy' === $pathinfo) {
  3247.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::privacy',  '_route' => 'help_privacy',);
  3248.                 $requiredSchemes = array (  'https' => 0,);
  3249.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3250.                     if ('GET' !== $canonicalMethod) {
  3251.                         goto not_help_privacy;
  3252.                     }
  3253.                     return array_replace($ret$this->redirect($rawPathinfo'help_privacy'key($requiredSchemes)));
  3254.                 }
  3255.                 return $ret;
  3256.             }
  3257.             not_help_privacy:
  3258.         }
  3259.         // help_guide
  3260.         if ('/guide' === $pathinfo) {
  3261.             $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::guide',  '_route' => 'help_guide',);
  3262.             $requiredSchemes = array (  'https' => 0,);
  3263.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3264.                 if ('GET' !== $canonicalMethod) {
  3265.                     goto not_help_guide;
  3266.                 }
  3267.                 return array_replace($ret$this->redirect($rawPathinfo'help_guide'key($requiredSchemes)));
  3268.             }
  3269.             return $ret;
  3270.         }
  3271.         not_help_guide:
  3272.         if (=== strpos($pathinfo'/install')) {
  3273.             // install
  3274.             if ('/install' === $pathinfo) {
  3275.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::index',  '_route' => 'install',);
  3276.                 $requiredSchemes = array (  'https' => 0,);
  3277.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3278.                     if ('GET' !== $canonicalMethod) {
  3279.                         goto not_install;
  3280.                     }
  3281.                     return array_replace($ret$this->redirect($rawPathinfo'install'key($requiredSchemes)));
  3282.                 }
  3283.                 return $ret;
  3284.             }
  3285.             not_install:
  3286.             if (=== strpos($pathinfo'/install/step')) {
  3287.                 // install_step1
  3288.                 if ('/install/step1' === $pathinfo) {
  3289.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step1',  '_route' => 'install_step1',);
  3290.                     $requiredSchemes = array (  'https' => 0,);
  3291.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3292.                         if ('GET' !== $canonicalMethod) {
  3293.                             goto not_install_step1;
  3294.                         }
  3295.                         return array_replace($ret$this->redirect($rawPathinfo'install_step1'key($requiredSchemes)));
  3296.                     }
  3297.                     return $ret;
  3298.                 }
  3299.                 not_install_step1:
  3300.                 // install_step2
  3301.                 if ('/install/step2' === $pathinfo) {
  3302.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step2',  '_route' => 'install_step2',);
  3303.                     $requiredSchemes = array (  'https' => 0,);
  3304.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3305.                         if ('GET' !== $canonicalMethod) {
  3306.                             goto not_install_step2;
  3307.                         }
  3308.                         return array_replace($ret$this->redirect($rawPathinfo'install_step2'key($requiredSchemes)));
  3309.                     }
  3310.                     return $ret;
  3311.                 }
  3312.                 not_install_step2:
  3313.                 // install_step3
  3314.                 if ('/install/step3' === $pathinfo) {
  3315.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step3',  '_route' => 'install_step3',);
  3316.                     $requiredSchemes = array (  'https' => 0,);
  3317.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3318.                         if ('GET' !== $canonicalMethod) {
  3319.                             goto not_install_step3;
  3320.                         }
  3321.                         return array_replace($ret$this->redirect($rawPathinfo'install_step3'key($requiredSchemes)));
  3322.                     }
  3323.                     return $ret;
  3324.                 }
  3325.                 not_install_step3:
  3326.                 // install_step4
  3327.                 if ('/install/step4' === $pathinfo) {
  3328.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step4',  '_route' => 'install_step4',);
  3329.                     $requiredSchemes = array (  'https' => 0,);
  3330.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3331.                         if ('GET' !== $canonicalMethod) {
  3332.                             goto not_install_step4;
  3333.                         }
  3334.                         return array_replace($ret$this->redirect($rawPathinfo'install_step4'key($requiredSchemes)));
  3335.                     }
  3336.                     return $ret;
  3337.                 }
  3338.                 not_install_step4:
  3339.                 // install_step5
  3340.                 if ('/install/step5' === $pathinfo) {
  3341.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step5',  '_route' => 'install_step5',);
  3342.                     $requiredSchemes = array (  'https' => 0,);
  3343.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3344.                         if ('GET' !== $canonicalMethod) {
  3345.                             goto not_install_step5;
  3346.                         }
  3347.                         return array_replace($ret$this->redirect($rawPathinfo'install_step5'key($requiredSchemes)));
  3348.                     }
  3349.                     return $ret;
  3350.                 }
  3351.                 not_install_step5:
  3352.             }
  3353.             // install_complete
  3354.             if ('/install/complete' === $pathinfo) {
  3355.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::complete',  '_route' => 'install_complete',);
  3356.                 $requiredSchemes = array (  'https' => 0,);
  3357.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3358.                     if ('GET' !== $canonicalMethod) {
  3359.                         goto not_install_complete;
  3360.                     }
  3361.                     return array_replace($ret$this->redirect($rawPathinfo'install_complete'key($requiredSchemes)));
  3362.                 }
  3363.                 return $ret;
  3364.             }
  3365.             not_install_complete:
  3366.         }
  3367.         elseif (=== strpos($pathinfo'/shopping')) {
  3368.             // shopping_nonmember
  3369.             if ('/shopping/nonmember' === $pathinfo) {
  3370.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::index',  '_route' => 'shopping_nonmember',);
  3371.                 $requiredSchemes = array (  'https' => 0,);
  3372.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3373.                     if ('GET' !== $canonicalMethod) {
  3374.                         goto not_shopping_nonmember;
  3375.                     }
  3376.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_nonmember'key($requiredSchemes)));
  3377.                 }
  3378.                 return $ret;
  3379.             }
  3380.             not_shopping_nonmember:
  3381.             // shopping_customer
  3382.             if ('/shopping/customer' === $pathinfo) {
  3383.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::customer',  '_route' => 'shopping_customer',);
  3384.                 $requiredSchemes = array (  'https' => 0,);
  3385.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3386.                     if ('GET' !== $canonicalMethod) {
  3387.                         goto not_shopping_customer;
  3388.                     }
  3389.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_customer'key($requiredSchemes)));
  3390.                 }
  3391.                 return $ret;
  3392.             }
  3393.             not_shopping_customer:
  3394.             if (=== strpos($pathinfo'/shopping/shipping_multiple')) {
  3395.                 // shopping_shipping_multiple
  3396.                 if ('/shopping/shipping_multiple' === $pathinfo) {
  3397.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::index',  '_route' => 'shopping_shipping_multiple',);
  3398.                     $requiredSchemes = array (  'https' => 0,);
  3399.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3400.                         if ('GET' !== $canonicalMethod) {
  3401.                             goto not_shopping_shipping_multiple;
  3402.                         }
  3403.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple'key($requiredSchemes)));
  3404.                     }
  3405.                     return $ret;
  3406.                 }
  3407.                 not_shopping_shipping_multiple:
  3408.                 // shopping_shipping_multiple_edit
  3409.                 if ('/shopping/shipping_multiple_edit' === $pathinfo) {
  3410.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::shippingMultipleEdit',  '_route' => 'shopping_shipping_multiple_edit',);
  3411.                     $requiredSchemes = array (  'https' => 0,);
  3412.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3413.                         if ('GET' !== $canonicalMethod) {
  3414.                             goto not_shopping_shipping_multiple_edit;
  3415.                         }
  3416.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple_edit'key($requiredSchemes)));
  3417.                     }
  3418.                     return $ret;
  3419.                 }
  3420.                 not_shopping_shipping_multiple_edit:
  3421.             }
  3422.             // shopping
  3423.             if ('/shopping' === $pathinfo) {
  3424.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::index',  '_route' => 'shopping',);
  3425.                 $requiredSchemes = array (  'https' => 0,);
  3426.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3427.                     if ('GET' !== $canonicalMethod) {
  3428.                         goto not_shopping;
  3429.                     }
  3430.                     return array_replace($ret$this->redirect($rawPathinfo'shopping'key($requiredSchemes)));
  3431.                 }
  3432.                 return $ret;
  3433.             }
  3434.             not_shopping:
  3435.             // shopping_redirect_to
  3436.             if ('/shopping/redirect_to' === $pathinfo) {
  3437.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::redirectTo',  '_route' => 'shopping_redirect_to',);
  3438.                 $requiredSchemes = array (  'https' => 0,);
  3439.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3440.                 if (!in_array($requestMethod, ['POST'])) {
  3441.                     if ($hasRequiredScheme) {
  3442.                         $allow array_merge($allow, ['POST']);
  3443.                     }
  3444.                     goto not_shopping_redirect_to;
  3445.                 }
  3446.                 if (!$hasRequiredScheme) {
  3447.                     if ('GET' !== $canonicalMethod) {
  3448.                         goto not_shopping_redirect_to;
  3449.                     }
  3450.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_redirect_to'key($requiredSchemes)));
  3451.                 }
  3452.                 return $ret;
  3453.             }
  3454.             not_shopping_redirect_to:
  3455.             if (=== strpos($pathinfo'/shopping/c')) {
  3456.                 // shopping_confirm
  3457.                 if ('/shopping/confirm' === $pathinfo) {
  3458.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::confirm',  '_route' => 'shopping_confirm',);
  3459.                     $requiredSchemes = array (  'https' => 0,);
  3460.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3461.                     if (!in_array($requestMethod, ['POST'])) {
  3462.                         if ($hasRequiredScheme) {
  3463.                             $allow array_merge($allow, ['POST']);
  3464.                         }
  3465.                         goto not_shopping_confirm;
  3466.                     }
  3467.                     if (!$hasRequiredScheme) {
  3468.                         if ('GET' !== $canonicalMethod) {
  3469.                             goto not_shopping_confirm;
  3470.                         }
  3471.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_confirm'key($requiredSchemes)));
  3472.                     }
  3473.                     return $ret;
  3474.                 }
  3475.                 not_shopping_confirm:
  3476.                 // shopping_complete
  3477.                 if ('/shopping/complete' === $pathinfo) {
  3478.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::complete',  '_route' => 'shopping_complete',);
  3479.                     $requiredSchemes = array (  'https' => 0,);
  3480.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3481.                         if ('GET' !== $canonicalMethod) {
  3482.                             goto not_shopping_complete;
  3483.                         }
  3484.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_complete'key($requiredSchemes)));
  3485.                     }
  3486.                     return $ret;
  3487.                 }
  3488.                 not_shopping_complete:
  3489.                 // shopping_checkout
  3490.                 if ('/shopping/checkout' === $pathinfo) {
  3491.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::checkout',  '_route' => 'shopping_checkout',);
  3492.                     $requiredSchemes = array (  'https' => 0,);
  3493.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3494.                     if (!in_array($requestMethod, ['POST'])) {
  3495.                         if ($hasRequiredScheme) {
  3496.                             $allow array_merge($allow, ['POST']);
  3497.                         }
  3498.                         goto not_shopping_checkout;
  3499.                     }
  3500.                     if (!$hasRequiredScheme) {
  3501.                         if ('GET' !== $canonicalMethod) {
  3502.                             goto not_shopping_checkout;
  3503.                         }
  3504.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_checkout'key($requiredSchemes)));
  3505.                     }
  3506.                     return $ret;
  3507.                 }
  3508.                 not_shopping_checkout:
  3509.             }
  3510.             elseif (=== strpos($pathinfo'/shopping/shipping')) {
  3511.                 // shopping_shipping
  3512.                 if (preg_match('#^/shopping/shipping/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3513.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shipping',));
  3514.                     $requiredSchemes = array (  'https' => 0,);
  3515.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3516.                         if ('GET' !== $canonicalMethod) {
  3517.                             goto not_shopping_shipping;
  3518.                         }
  3519.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping'key($requiredSchemes)));
  3520.                     }
  3521.                     return $ret;
  3522.                 }
  3523.                 not_shopping_shipping:
  3524.                 // shopping_shipping_edit
  3525.                 if (=== strpos($pathinfo'/shopping/shipping_edit') && preg_match('#^/shopping/shipping_edit/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3526.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shippingEdit',));
  3527.                     $requiredSchemes = array (  'https' => 0,);
  3528.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3529.                         if ('GET' !== $canonicalMethod) {
  3530.                             goto not_shopping_shipping_edit;
  3531.                         }
  3532.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_edit'key($requiredSchemes)));
  3533.                     }
  3534.                     return $ret;
  3535.                 }
  3536.                 not_shopping_shipping_edit:
  3537.             }
  3538.             // shopping_login
  3539.             if ('/shopping/login' === $pathinfo) {
  3540.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::login',  '_route' => 'shopping_login',);
  3541.                 $requiredSchemes = array (  'https' => 0,);
  3542.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3543.                     if ('GET' !== $canonicalMethod) {
  3544.                         goto not_shopping_login;
  3545.                     }
  3546.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_login'key($requiredSchemes)));
  3547.                 }
  3548.                 return $ret;
  3549.             }
  3550.             not_shopping_login:
  3551.             // shopping_error
  3552.             if ('/shopping/error' === $pathinfo) {
  3553.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::error',  '_route' => 'shopping_error',);
  3554.                 $requiredSchemes = array (  'https' => 0,);
  3555.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3556.                     if ('GET' !== $canonicalMethod) {
  3557.                         goto not_shopping_error;
  3558.                     }
  3559.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_error'key($requiredSchemes)));
  3560.                 }
  3561.                 return $ret;
  3562.             }
  3563.             not_shopping_error:
  3564.             if (=== strpos($pathinfo'/shopping/yamato')) {
  3565.                 if (=== strpos($pathinfo'/shopping/yamato/deferred/sms')) {
  3566.                     // deferred_sms_auth
  3567.                     if ('/shopping/yamato/deferred/sms/auth' === $pathinfo) {
  3568.                         $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\PaymentController::requestSmsAuth',  '_route' => 'deferred_sms_auth',);
  3569.                         $requiredSchemes = array (  'https' => 0,);
  3570.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3571.                             if ('GET' !== $canonicalMethod) {
  3572.                                 goto not_deferred_sms_auth;
  3573.                             }
  3574.                             return array_replace($ret$this->redirect($rawPathinfo'deferred_sms_auth'key($requiredSchemes)));
  3575.                         }
  3576.                         return $ret;
  3577.                     }
  3578.                     not_deferred_sms_auth:
  3579.                     // yamato_sms_complete
  3580.                     if ('/shopping/yamato/deferred/sms/complete' === $pathinfo) {
  3581.                         $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\PaymentController::completeSmsPayment',  '_route' => 'yamato_sms_complete',);
  3582.                         $requiredSchemes = array (  'https' => 0,);
  3583.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3584.                             if ('GET' !== $canonicalMethod) {
  3585.                                 goto not_yamato_sms_complete;
  3586.                             }
  3587.                             return array_replace($ret$this->redirect($rawPathinfo'yamato_sms_complete'key($requiredSchemes)));
  3588.                         }
  3589.                         return $ret;
  3590.                     }
  3591.                     not_yamato_sms_complete:
  3592.                     // yamato_sms_receive
  3593.                     if ('/shopping/yamato/deferred/sms/receive' === $pathinfo) {
  3594.                         $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\PaymentController::receiveSmsPost',  '_route' => 'yamato_sms_receive',);
  3595.                         $requiredSchemes = array (  'https' => 0,);
  3596.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3597.                             if ('GET' !== $canonicalMethod) {
  3598.                                 goto not_yamato_sms_receive;
  3599.                             }
  3600.                             return array_replace($ret$this->redirect($rawPathinfo'yamato_sms_receive'key($requiredSchemes)));
  3601.                         }
  3602.                         return $ret;
  3603.                     }
  3604.                     not_yamato_sms_receive:
  3605.                 }
  3606.                 // yamato_three_d_secure_receive
  3607.                 if ('/shopping/yamato/threeDSecure/receive' === $pathinfo) {
  3608.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\PaymentController::receiveThreeDSecurePost',  '_route' => 'yamato_three_d_secure_receive',);
  3609.                     $requiredSchemes = array (  'https' => 0,);
  3610.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3611.                         if ('GET' !== $canonicalMethod) {
  3612.                             goto not_yamato_three_d_secure_receive;
  3613.                         }
  3614.                         return array_replace($ret$this->redirect($rawPathinfo'yamato_three_d_secure_receive'key($requiredSchemes)));
  3615.                     }
  3616.                     return $ret;
  3617.                 }
  3618.                 not_yamato_three_d_secure_receive:
  3619.                 // yamato_shopping_payment_recv
  3620.                 if ('/shopping/yamato_payment_recv' === $pathinfo) {
  3621.                     $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\PaymentRecvController::index',  '_route' => 'yamato_shopping_payment_recv',);
  3622.                     $requiredSchemes = array (  'https' => 0,);
  3623.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3624.                         if ('GET' !== $canonicalMethod) {
  3625.                             goto not_yamato_shopping_payment_recv;
  3626.                         }
  3627.                         return array_replace($ret$this->redirect($rawPathinfo'yamato_shopping_payment_recv'key($requiredSchemes)));
  3628.                     }
  3629.                     return $ret;
  3630.                 }
  3631.                 not_yamato_shopping_payment_recv:
  3632.             }
  3633.         }
  3634.         elseif (=== strpos($pathinfo'/products')) {
  3635.             // product_list
  3636.             if ('/products/list' === $pathinfo) {
  3637.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::index',  '_route' => 'product_list',);
  3638.                 $requiredSchemes = array (  'https' => 0,);
  3639.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3640.                     if ('GET' !== $canonicalMethod) {
  3641.                         goto not_product_list;
  3642.                     }
  3643.                     return array_replace($ret$this->redirect($rawPathinfo'product_list'key($requiredSchemes)));
  3644.                 }
  3645.                 return $ret;
  3646.             }
  3647.             not_product_list:
  3648.             // product_detail
  3649.             if (=== strpos($pathinfo'/products/detail') && preg_match('#^/products/detail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3650.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_detail']), array (  '_controller' => 'Eccube\\Controller\\ProductController::detail',));
  3651.                 $requiredSchemes = array (  'https' => 0,);
  3652.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3653.                 if (!in_array($canonicalMethod, ['GET'])) {
  3654.                     if ($hasRequiredScheme) {
  3655.                         $allow array_merge($allow, ['GET']);
  3656.                     }
  3657.                     goto not_product_detail;
  3658.                 }
  3659.                 if (!$hasRequiredScheme) {
  3660.                     if ('GET' !== $canonicalMethod) {
  3661.                         goto not_product_detail;
  3662.                     }
  3663.                     return array_replace($ret$this->redirect($rawPathinfo'product_detail'key($requiredSchemes)));
  3664.                 }
  3665.                 return $ret;
  3666.             }
  3667.             not_product_detail:
  3668.             // product_add_favorite
  3669.             if (=== strpos($pathinfo'/products/add_favorite') && preg_match('#^/products/add_favorite/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3670.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_favorite']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addFavorite',));
  3671.                 $requiredSchemes = array (  'https' => 0,);
  3672.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3673.                     if ('GET' !== $canonicalMethod) {
  3674.                         goto not_product_add_favorite;
  3675.                     }
  3676.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_favorite'key($requiredSchemes)));
  3677.                 }
  3678.                 return $ret;
  3679.             }
  3680.             not_product_add_favorite:
  3681.             // product_add_cart
  3682.             if (=== strpos($pathinfo'/products/add_cart') && preg_match('#^/products/add_cart/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3683.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_cart']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addCart',));
  3684.                 $requiredSchemes = array (  'https' => 0,);
  3685.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3686.                 if (!in_array($requestMethod, ['POST'])) {
  3687.                     if ($hasRequiredScheme) {
  3688.                         $allow array_merge($allow, ['POST']);
  3689.                     }
  3690.                     goto not_product_add_cart;
  3691.                 }
  3692.                 if (!$hasRequiredScheme) {
  3693.                     if ('GET' !== $canonicalMethod) {
  3694.                         goto not_product_add_cart;
  3695.                     }
  3696.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_cart'key($requiredSchemes)));
  3697.                 }
  3698.                 return $ret;
  3699.             }
  3700.             not_product_add_cart:
  3701.         }
  3702.         // homepage
  3703.         if ('' === $trimmedPathinfo) {
  3704.             $ret = array (  '_controller' => 'Eccube\\Controller\\TopController::index',  '_route' => 'homepage',);
  3705.             if ('/' === substr($pathinfo, -1)) {
  3706.                 // no-op
  3707.             } elseif ('GET' !== $canonicalMethod) {
  3708.                 goto not_homepage;
  3709.             } else {
  3710.                 return array_replace($ret$this->redirect($rawPathinfo.'/''homepage'));
  3711.             }
  3712.             $requiredSchemes = array (  'https' => 0,);
  3713.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3714.                 if ('GET' !== $canonicalMethod) {
  3715.                     goto not_homepage;
  3716.                 }
  3717.                 return array_replace($ret$this->redirect($rawPathinfo'homepage'key($requiredSchemes)));
  3718.             }
  3719.             return $ret;
  3720.         }
  3721.         not_homepage:
  3722.         // user_data
  3723.         if (=== strpos($pathinfo'/user_data') && preg_match('#^/user_data/(?P<route>([0-9a-zA-Z_\\-]+\\/?)+(?<!\\/))$#sD'$pathinfo$matches)) {
  3724.             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'user_data']), array (  '_controller' => 'Eccube\\Controller\\UserDataController::index',));
  3725.             $requiredSchemes = array (  'https' => 0,);
  3726.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3727.                 if ('GET' !== $canonicalMethod) {
  3728.                     goto not_user_data;
  3729.                 }
  3730.                 return array_replace($ret$this->redirect($rawPathinfo'user_data'key($requiredSchemes)));
  3731.             }
  3732.             return $ret;
  3733.         }
  3734.         not_user_data:
  3735.         // ranking
  3736.         if ('/ranking' === $pathinfo) {
  3737.             $ret = array (  '_controller' => 'Customize\\Controller\\RankingPageController::getRanking',  '_route' => 'ranking',);
  3738.             $requiredSchemes = array (  'https' => 0,);
  3739.             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3740.             if (!in_array($canonicalMethod, ['GET'])) {
  3741.                 if ($hasRequiredScheme) {
  3742.                     $allow array_merge($allow, ['GET']);
  3743.                 }
  3744.                 goto not_ranking;
  3745.             }
  3746.             if (!$hasRequiredScheme) {
  3747.                 if ('GET' !== $canonicalMethod) {
  3748.                     goto not_ranking;
  3749.                 }
  3750.                 return array_replace($ret$this->redirect($rawPathinfo'ranking'key($requiredSchemes)));
  3751.             }
  3752.             return $ret;
  3753.         }
  3754.         not_ranking:
  3755.         // logout
  3756.         if ('/logout' === $pathinfo) {
  3757.             $ret = ['_route' => 'logout'];
  3758.             $requiredSchemes = array (  'https' => 0,);
  3759.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3760.                 if ('GET' !== $canonicalMethod) {
  3761.                     goto not_logout;
  3762.                 }
  3763.                 return array_replace($ret$this->redirect($rawPathinfo'logout'key($requiredSchemes)));
  3764.             }
  3765.             return $ret;
  3766.         }
  3767.         not_logout:
  3768.         // yamato_payment4_log
  3769.         if ('/yamato_payment4_log' === $pathinfo) {
  3770.             $ret = array (  '_controller' => 'Plugin\\YamatoPayment4\\Controller\\PaymentController::log',  '_route' => 'yamato_payment4_log',);
  3771.             $requiredSchemes = array (  'https' => 0,);
  3772.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3773.                 if ('GET' !== $canonicalMethod) {
  3774.                     goto not_yamato_payment4_log;
  3775.                 }
  3776.                 return array_replace($ret$this->redirect($rawPathinfo'yamato_payment4_log'key($requiredSchemes)));
  3777.             }
  3778.             return $ret;
  3779.         }
  3780.         not_yamato_payment4_log:
  3781.         if ('/' === $pathinfo && !$allow) {
  3782.             throw new Symfony\Component\Routing\Exception\NoConfigurationException();
  3783.         }
  3784.         throw count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
  3785.     }
  3786. }