WrappedListener

class WrappedListener implements ListenerInterface

Wraps a security listener for calls record.

Methods

__construct(ListenerInterface $listener)
handle(GetResponseEvent $event)

This interface must be implemented by firewall listeners.

__call($method, $arguments)

Proxies all method calls to the original listener.

getWrappedListener()
getInfo()

Details

__construct(ListenerInterface $listener)

Parameters

ListenerInterface $listener

handle(GetResponseEvent $event)

This interface must be implemented by firewall listeners.

Parameters

GetResponseEvent $event

__call($method, $arguments)

Proxies all method calls to the original listener.

Parameters

$method
$arguments

getWrappedListener()

getInfo()

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.4/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.html