FirewallContext
class FirewallContext
This is a wrapper around the actual firewall configuration which allows us to lazy load the context for one specific firewall only when we need it.
Methods
__construct(iterable $listeners, ExceptionListener $exceptionListener = null, $logoutListener = null, FirewallConfig $config = null)
No description
getConfig()
No description
iterable
getListeners()
No description
getExceptionListener()
No description
getLogoutListener()
No description