TraceableFirewallListener
extends FirewallListener
in package
Firewall collecting called listeners.
Tags
Table of Contents
- $dispatcher : mixed
- $exceptionListeners : mixed
- $logoutUrlGenerator : mixed
- $map : mixed
- $wrappedListeners : mixed
- __construct() : mixed
- getSubscribedEvents() : array<string, mixed>
- Returns an array of event names this subscriber wants to listen to.
- getWrappedListeners() : mixed
- callListeners() : mixed
- handleRequest() : mixed
Properties
$dispatcher
private
mixed
$dispatcher
$exceptionListeners
private
mixed
$exceptionListeners
$logoutUrlGenerator
private
mixed
$logoutUrlGenerator
$map
private
mixed
$map
$wrappedListeners
private
mixed
$wrappedListeners
= []
Methods
__construct()
public
__construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher) : mixed
Parameters
- $map : FirewallMapInterface
- $dispatcher : EventDispatcherInterface
Return values
mixed —getSubscribedEvents()
Returns an array of event names this subscriber wants to listen to.
public
static getSubscribedEvents() : array<string, mixed>
Return values
array<string, mixed> —The event names to listen to
getWrappedListeners()
public
getWrappedListeners() : mixed
Return values
mixed —callListeners()
protected
callListeners(RequestEvent $event, iteratable<string|int, mixed> $listeners) : mixed
Parameters
- $event : RequestEvent
- $listeners : iteratable<string|int, mixed>
Return values
mixed —handleRequest()
protected
handleRequest(GetResponseEvent $event, mixed $listeners) : mixed
Parameters
- $event : GetResponseEvent
- $listeners : mixed