interface RouteCompilerInterface
RouteCompilerInterface is the interface that all RouteCompiler classes must implement.
Methods
| static CompiledRoute |
compile(Route $route)
Compiles the current route instance. |
Details
at line 31
static public CompiledRoute
compile(Route $route)
Compiles the current route instance.