class LogoutListener implements ListenerInterface
LogoutListener logout users.
Methods
|
__construct(SecurityContextInterface $securityContext, HttpUtils $httpUtils, LogoutSuccessHandlerInterface $successHandler, array $options = array(), CsrfProviderInterface $csrfProvider = null)
Constructor |
||
|
addHandler(LogoutHandlerInterface $handler)
Adds a logout handler |
||
|
handle(GetResponseEvent $event)
This interface must be implemented by firewall listeners. |
Details
at line 47
public
__construct(SecurityContextInterface $securityContext, HttpUtils $httpUtils, LogoutSuccessHandlerInterface $successHandler, array $options = array(), CsrfProviderInterface $csrfProvider = null)
Constructor
at line 66
public
addHandler(LogoutHandlerInterface $handler)
Adds a logout handler
at line 83
public
handle(GetResponseEvent $event)
This interface must be implemented by firewall listeners.