|
1 | | -+--------------+---------------------------------------------------------+ |
2 | | -|[32m Property [39m|[32m Value [39m| |
3 | | -+--------------+---------------------------------------------------------+ |
4 | | -| Route Name | | |
5 | | -| Path | /hello/{name} | |
6 | | -| Path Regex | #^/hello(?:/(?P<name>[a-z]+))?$#s | |
7 | | -| Host | localhost | |
8 | | -| Host Regex | #^localhost$#si | |
9 | | -| Scheme | http|https | |
10 | | -| Method | GET|HEAD | |
11 | | -| Requirements | name: [a-z]+ | |
12 | | -| Class | Symfony\Component\Routing\Route | |
13 | | -| Defaults | name: Joseph | |
14 | | -[39;49m| Options | compiler_class: Symfony\Component\Routing\RouteCompiler[39;49m[39;49m |[39;49m |
15 | | -[39;49m| | [39;49m[39;49mopt1: val1[39;49m[39;49m |[39;49m |
16 | | -[39;49m| | [39;49mopt2: val2 | |
17 | | -+--------------+---------------------------------------------------------+ |
| 1 | ++--------------+-------------------------------------------------------------------+ |
| 2 | +|[32m Property [39m|[32m Value [39m| |
| 3 | ++--------------+-------------------------------------------------------------------+ |
| 4 | +| Route Name | | |
| 5 | +| Path | /hello/{name} | |
| 6 | +| Path Regex | #PATH_REGEX# | |
| 7 | +| Host | localhost | |
| 8 | +| Host Regex | #HOST_REGEX# | |
| 9 | +| Scheme | http|https | |
| 10 | +| Method | GET|HEAD | |
| 11 | +| Requirements | name: [a-z]+ | |
| 12 | +| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub | |
| 13 | +| Defaults | name: Joseph | |
| 14 | +[39;49m| Options | compiler_class: Symfony\Component\Routing\RouteCompiler[39;49m[39;49m |[39;49m |
| 15 | +[39;49m| | [39;49m[39;49mopt1: val1[39;49m[39;49m |[39;49m |
| 16 | +[39;49m| | [39;49mopt2: val2 | |
| 17 | ++--------------+-------------------------------------------------------------------+ |
0 commit comments