PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.json

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

Contents

Class file image Download
{ "path": "\/hello\/{name}", "pathRegex": "#^\/hello(?:\/(?P<name>[a-z]+))?$#s", "host": "localhost", "hostRegex": "#^localhost$#si", "scheme": "http|https", "method": "GET|HEAD", "class": "Symfony\\Component\\Routing\\Route", "defaults": { "name": "Joseph" }, "requirements": { "name": "[a-z]+" }, "options": { "compiler_class": "Symfony\\Component\\Routing\\RouteCompiler", "opt1": "val1", "opt2": "val2" } }