PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.xml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.xml   Download  
File: vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 470 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <route class="Symfony\Component\Routing\Route"> <path regex="#^/name/add$#s">/name/add</path> <host regex="#^localhost$#si">localhost</host> <scheme>http</scheme> <scheme>https</scheme> <method>PUT</method> <method>POST</method> <options> <option key="compiler_class">Symfony\Component\Routing\RouteCompiler</option> <option key="opt1">val1</option> <option key="opt2">val2</option> </options> </route>