summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wehner <daniel.wehner@erdfisch.de>2014-10-23 14:21:59 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-11-16 18:21:02 +0100
commit8608718ea659ba359063ee0e8d4ea2f3ad97b661 (patch)
treeefd5ccc899843600fcfa05e1f9b21587d1898ca2
parenta03a767f887314092a1568261eed63b6061a3907 (diff)
downloadsymfony-security-8608718ea659ba359063ee0e8d4ea2f3ad97b661.zip
symfony-security-8608718ea659ba359063ee0e8d4ea2f3ad97b661.tar.gz
symfony-security-8608718ea659ba359063ee0e8d4ea2f3ad97b661.tar.bz2
Add machine readable events
-rw-r--r--Http/SecurityEvents.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Http/SecurityEvents.php b/Http/SecurityEvents.php
index 45fae29..46c8257 100644
--- a/Http/SecurityEvents.php
+++ b/Http/SecurityEvents.php
@@ -20,6 +20,8 @@ final class SecurityEvents
* The event listener method receives a
* Symfony\Component\Security\Http\Event\InteractiveLoginEvent instance.
*
+ * @Event
+ *
* @var string
*/
const INTERACTIVE_LOGIN = 'security.interactive_login';
@@ -31,6 +33,8 @@ final class SecurityEvents
* The event listener method receives a
* Symfony\Component\Security\Http\Event\SwitchUserEvent instance.
*
+ * @Event
+ *
* @var string
*/
const SWITCH_USER = 'security.switch_user';