class WrappedListener implements ListenerInterface
Wraps a security listener for calls record.
__construct(ListenerInterface $listener) | ||
handle(GetResponseEvent $event) | ||
__call($method, $arguments) Proxies all method calls to the original listener. | ||
ListenerInterface | getWrappedListener() | |
array | getInfo() |
ListenerInterface | $listener |
GetResponseEvent | $event |
Proxies all method calls to the original listener.
$method | ||
$arguments |
ListenerInterface |
array |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.html