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/Security/Http
Jordi Boggiano af0bd8a136 Update Core and Security events to latest model
The main benefit is that in XML/YML files we have common syntax (i.e. core.controller, form.pre_bind) that properly namespaces event names (before: onCoreController was ok, preBind was not).
On the other hand in PHP land we also have namespaced events, CoreEvents::controller, FormEvents::preBind, before it was Events::onCoreController, Events::onPreBind, we now have more context.
2011-05-26 11:55:07 +02:00
..
Authentication [Security] removed un-needed event parameter from many interfaces 2011-03-18 20:20:19 +01:00
Authorization removed unecessary use statements (ExceptionEvent was also undefined namespace) 2011-03-21 10:41:39 +01:00
EntryPoint [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Event [Security] Added a type hint. 2011-03-19 01:32:33 +03:00
Firewall Update Core and Security events to latest model 2011-05-26 11:55:07 +02:00
Logout [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
RememberMe [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Session [Security] various changes, see below 2011-03-10 10:25:32 +01:00
AccessMap.php [Security] various changes, see below 2011-03-10 10:25:32 +01:00
Firewall.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
FirewallMap.php [Security] various changes, see below 2011-03-10 10:25:32 +01:00
FirewallMapInterface.php namespace changes 2011-01-26 22:23:20 +01:00
SecurityEvents.php Update Core and Security events to latest model 2011-05-26 11:55:07 +02:00