mediatekformation

TraceableFirewallListener extends FirewallListener
in package

Firewall collecting called listeners.

Tags
author

Robin Chalas robin.chalas@gmail.com

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

$exceptionListeners

private mixed $exceptionListeners

Methods

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

handleRequest()

protected handleRequest(GetResponseEvent $event, mixed $listeners) : mixed
Parameters
$event : GetResponseEvent
$listeners : mixed
Tags
deprecated

since Symfony 4.3, use callListeners instead

Return values
mixed

Search results