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