W3cubDocs

/Symfony 2.7

Symfony\Bundle\SecurityBundle\Security\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(array $listeners, ExceptionListener $exceptionListener = null)
getContext()

Details

public __construct(array $listeners, ExceptionListener $exceptionListener = null)

Parameters

array $listeners
ExceptionListener $exceptionListener

public getContext()

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Bundle/SecurityBundle/Security/FirewallContext.html