RouteCompilerInterface

interface RouteCompilerInterface

RouteCompilerInterface is the interface that all RouteCompiler classes must implement.

Methods

static CompiledRoute compile(Route $route)

Compiles the current route instance.

Details

static CompiledRoute compile(Route $route)

Compiles the current route instance.

Parameters

Route $route A Route instance

Return Value

CompiledRoute A CompiledRoute instance

Exceptions

LogicException If the Route cannot be compiled because the path or host pattern is invalid
doc_Symfony
2016-10-28 06:31:01
Comments
Leave a Comment

Please login to continue.