PHP Class Webiny\Component\Router\Route\RouteCompiler

Inheritance: use trait Webiny\Component\StdLib\StdLibTrait
Show file Open project: Webiny/Framework Class Usage Examples

Public Methods

Method Description
compile ( Route $route ) : CompiledRoute Compiles the route and returns an instance of CompiledRoute.

Method Details

compile() public static method

Compiles the route and returns an instance of CompiledRoute.
public static compile ( Route $route ) : CompiledRoute
$route Route Route to compile.
return CompiledRoute