RouteCompiler
class RouteCompiler implements RouteCompilerInterface
RouteCompiler compiles Route instances to CompiledRoute instances.
Constants
REGEX_DELIMITER |
|
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. |
Methods
static CompiledRoute
Details
at line line 38
static CompiledRoute
compile(Route $route)
Compiles the current route instance.