FileAccess Orion

RouteCompilerInterface

RouteCompilerInterface is the interface that all RouteCompiler classes must implement.

Tags
author

Fabien Potencier fabien@symfony.com

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
Tags
throws
LogicException

If the Route cannot be compiled because the path or host pattern is invalid

Return values
CompiledRoute

A CompiledRoute instance

Search results