CompiledRoute |
vendor/symfony/routing/CompiledRoute.php |
CompiledRoutes are returned by the RouteCompiler class. |
RequestContext |
vendor/symfony/routing/RequestContext.php |
Holds information about the current request. |
RequestContextAwareInterface |
vendor/symfony/routing/RequestContextAwareInterface.php |
|
Route |
vendor/symfony/routing/Route.php |
A Route describes a route and its parameters. |
RouteCollection |
vendor/symfony/routing/RouteCollection.php |
A RouteCollection represents a set of Route instances. |
RouteCompiler |
vendor/symfony/routing/RouteCompiler.php |
RouteCompiler compiles Route instances to CompiledRoute instances. |
RouteCompilerInterface |
vendor/symfony/routing/RouteCompilerInterface.php |
RouteCompilerInterface is the interface that all RouteCompiler classes must implement. |
Router |
vendor/symfony/routing/Router.php |
The Router class is an example of the integration of all pieces of the
routing system for easier use. |
RouterInterface |
vendor/symfony/routing/RouterInterface.php |
RouterInterface is the interface that all Router classes must implement. |