PHP Класс Elcodi\Common\FirewallBundle\EventListener\FirewallEventListener

Автор: Berny Cantos ([email protected])
Наследование: implements Symfony\Component\Security\Http\Firewall\ListenerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, array $listenerIds = [] ) Construct
handle ( GetResponseEvent $event ) : null This interface must be implemented by firewall listeners.

Описание методов

__construct() публичный Метод

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

handle() публичный Метод

This interface must be implemented by firewall listeners.
public handle ( GetResponseEvent $event ) : null
$event Symfony\Component\HttpKernel\Event\GetResponseEvent Event
Результат null