PHP Class Elcodi\Common\FirewallBundle\EventListener\FirewallEventListener

Author: Berny Cantos ([email protected])
Inheritance: implements Symfony\Component\Security\Http\Firewall\ListenerInterface
Show file Open project: elcodi/bamboo

Public Methods

Method Description
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, array $listenerIds = [] ) Construct
handle ( GetResponseEvent $event ) : null This interface must be implemented by firewall listeners.

Method Details

__construct() public method

Construct
public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, array $listenerIds = [] )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface Event Dispatcher
$listenerIds array Listener ids

handle() public method

This interface must be implemented by firewall listeners.
public handle ( GetResponseEvent $event ) : null
$event Symfony\Component\HttpKernel\Event\GetResponseEvent Event
return null