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-09-27 09:33:21 +02:00
..
Annotation [Routing] added missing @Annotation tag 2011-06-30 20:37:03 +02:00
Exception [Routing] added missing public @api 2011-06-14 15:40:43 +02:00
Generator [Routing] changed UrlGeneratorInterface::generate() signature to allow passing objects instead of arrays 2011-07-26 08:00:41 +02:00
Loader [Routing] fixed a caching issue when annotations are used on a base class used by more than one concrete class 2011-08-30 21:39:58 +02:00
Matcher [Routing] fixed Apache matcher dumper (broken by previous merge) 2011-09-23 20:56:36 +02:00
CompiledRoute.php [Routing] moved protected to private 2011-03-23 19:25:56 +01:00
composer.json [composer] fix monolog-bridge composer.json, add more inter-component deps 2011-09-27 09:33:21 +02:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
RequestContext.php [Routing] tagged the public @api 2011-06-14 15:35:32 +02:00
RequestContextAwareInterface.php [Routing] tagged the public @api 2011-06-14 15:35:32 +02:00
Route.php [Routing] fixed default value for Routes as they can be anything if they don't need to be used as default values for placeholders 2011-07-19 19:18:29 +02:00
RouteCollection.php [Routing] tagged the public @api 2011-06-14 15:35:32 +02:00
RouteCompiler.php Added PCRE_DOTALL modifier to RouteCompiler to allow urlencoded linefeed in route parameters. 2011-09-23 16:53:06 +02:00
RouteCompilerInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Router.php Revert "expanded namespaces within phpdoc (special for PhpStorm)" 2011-08-13 19:27:36 +02:00
RouterInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00