RouteCompiler
class RouteCompiler
Properties
| protected Route | $route | The route instance. |
Methods
void
CompiledRoute
compile()
Compile the route.
array
getOptionalParameters()
Get the optional parameters for the route.
Details
at line 22
void
__construct(Route $route)
Create a new Route compiler instance.
at line 32
CompiledRoute
compile()
Compile the route.
at line 48
protected array
getOptionalParameters()
Get the optional parameters for the route.