RouteCompilerInterface
in
RouteCompilerInterface is the interface that all RouteCompiler classes must implement.
Tags
Table of Contents
- compile() : CompiledRoute
- Compiles the current route instance.
Methods
compile()
Compiles the current route instance.
public
static compile(Route $route) : CompiledRoute
Parameters
- $route : Route