diff options
author | Piotr Antosik <mail@piotrantosik.com> | 2013-08-22 00:25:28 +0200 |
---|---|---|
committer | Piotr Antosik <mail@piotrantosik.com> | 2013-09-19 18:46:04 +0200 |
commit | 166cd180b8f3179d3b63e839093f1658a24e7822 (patch) | |
tree | d4d9de423bb84aff73de1756a22a5518eb3bc43f /Http/Event/InteractiveLoginEvent.php | |
parent | ed68104bc3cffe77b574d3f8d0f7efe4983e50fb (diff) | |
download | symfony-security-166cd180b8f3179d3b63e839093f1658a24e7822.zip symfony-security-166cd180b8f3179d3b63e839093f1658a24e7822.tar.gz symfony-security-166cd180b8f3179d3b63e839093f1658a24e7822.tar.bz2 |
Added doc comments
Diffstat (limited to 'Http/Event/InteractiveLoginEvent.php')
-rw-r--r-- | Http/Event/InteractiveLoginEvent.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Http/Event/InteractiveLoginEvent.php b/Http/Event/InteractiveLoginEvent.php index 2225d92..575352c 100644 --- a/Http/Event/InteractiveLoginEvent.php +++ b/Http/Event/InteractiveLoginEvent.php @@ -15,10 +15,14 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\EventDispatcher\Event; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; +/** + * InteractiveLoginEvent + * + * @author Fabien Potencier <fabien@symfony.com> + */ class InteractiveLoginEvent extends Event { private $request; - private $authenticationToken; /** |