RouteCompilerInterface is the interface that all RouteCompiler classes must implement.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of RouteCompilerInterface
All classes that implement RouteCompilerInterface
interface RouteCompilerInterface {
/**
* Compiles the current route instance.
*
* @param Route $route A Route instance
*
* @return CompiledRoute A CompiledRoute instance
*/
public function compile(Route $route);
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RouteCompilerInterface:: |
public | function | Compiles the current route instance. | 2 |