This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Routing
2011-05-17 17:04:08 +02:00
..
Annotation [Routing] moved protected to private 2011-03-23 19:25:56 +01:00
Exception [Routing] renamed Exception interface to ExceptionInterface to follow CS 2011-05-17 17:04:08 +02:00
Generator [Routing] renamed some exceptions 2011-05-17 16:52:02 +02:00
Loader [Routing] removed redundant parameter in addRoute method 2011-04-25 22:58:23 +02:00
Matcher [Routing] renamed some exceptions 2011-05-17 16:52:02 +02:00
CompiledRoute.php [Routing] moved protected to private 2011-03-23 19:25:56 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
RequestContext.php [Routing] added a way to set default parameters that are applied when generating URLs 2011-04-20 23:01:05 +02:00
RequestContextAwareInterface.php [Routing] added setContext to RouterInterfaces as it is used on RouterInterface references 2011-04-30 13:56:40 +10:00
Route.php [Routing] fixed Route fluent interface 2011-05-13 18:40:40 +02:00
RouteCollection.php [Routing] fixed deep nested route collections (closes #770) 2011-05-04 23:29:47 +02:00
RouteCompiler.php [Routing] fixed regression (/ should not be matched by /{foo} when foo has no default value) 2011-05-03 14:48:08 +02:00
RouteCompilerInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Router.php [Routing] changed visibility 2011-05-17 10:48:38 +02:00
RouterInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00