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. | ||
| ListenerInterface | getWrappedListener() | |
| array | 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 |
ListenerInterface getWrappedListener()
Return Value
| ListenerInterface |
array getInfo()
Return Value
| array |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.html