WrappedListener
class WrappedListener implements ListenerInterface
Wraps a security listener for calls record.
Methods
__construct(ListenerInterface $listener) | ||
handle(GetResponseEvent $event) | ||
__call($method, $arguments) Proxies all method calls to the original listener. | ||
getWrappedListener() | ||
getInfo() |
Details
__construct(ListenerInterface $listener)
Parameters
ListenerInterface | $listener |
handle(GetResponseEvent $event)
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/4.0/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.html