PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.md

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

Contents

Class file image Download

route_1

  • Path: /hello/{name}
  • Path Regex: #^/hello(?:/(?P<name>[a-z]+))?$#s
  • Host: localhost
  • Host Regex: #^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

route_2

  • Path: /name/add
  • Path Regex: #^/name/add$#s
  • Host: localhost
  • Host Regex: #^localhost$#si
  • Scheme: http|https
  • Method: PUT|POST
  • Class: Symfony\Component\Routing\Route
  • Defaults: NONE
  • Requirements: NO CUSTOM
  • Options: - `compiler_class`: Symfony\Component\Routing\RouteCompiler - `opt1`: val1 - `opt2`: val2