Class RouteCompiler
RouteCompiler compiles Route instances to CompiledRoute instances.
- Symfony\Component\Routing\RouteCompiler implements Symfony\Component\Routing\RouteCompilerInterface
Namespace: Symfony\Component\Routing
Author: Fabien Potencier <fabien@symfony.com>
Author: Tobias Schultze <http://tobion.de>
Located at RouteCompiler.php
Author: Fabien Potencier <fabien@symfony.com>
Author: Tobias Schultze <http://tobion.de>
Located at RouteCompiler.php
public static
|
string |
REGEX_DELIMITER
|
'#' |
|
string |
SEPARATORS
|
'/,;.:-_~+*=@|' |
#
This string defines the characters that are automatically considered separators in front of optional placeholders (with default and no static text following). Such a single separator can be left out together with the optional placeholder from matching and generating URLs. |