* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\EventDispatcher\Debug; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Contracts\Service\ResetInterface; /** * @deprecated since Symfony 4.1 * * @author Fabien Potencier */ interface TraceableEventDispatcherInterface extends EventDispatcherInterface, ResetInterface { /** * Gets the called listeners. * * @param Request|null $request The request to get listeners for * * @return array An array of called listeners */ public function getCalledListeners(/* Request $request = null */); /** * Gets the not called listeners. * * @param Request|null $request The request to get listeners for * * @return array An array of not called listeners */ public function getNotCalledListeners(/* Request $request = null */); } __halt_compiler();----SIGNATURE:----W4rEYCoJhWnLXlwj9X9ViQ8P50Dm8eAjxw6CY+mpt5ZtN2HCxoN3dHg9jAO7x38xsi2Oe7KZHyRI0wXMVVQi6SypbbQRDrqiKCDkJPoao13a4tfxnbUbFlYg+dJ6qjIMnRaoCoxcd4j/B5QHjadEnuULWUe04NPLxgtQbprU3y8NBJrDYZLM+ND/6IzQilCzi+VxV/67uASjNtXJfyDpbhb7HUNTQdnprmxY9xyV06asNcgOObxB0jnXvnZys17fUZQVutmTecgnDXLS1L2NrWepQ4qVIFJgdaUfZ7PVES2cWYBH08UUaSqerod9bCWEx5zZ0j+MfBhnYTokDCb1t51Vmpl3Vns2pPteO6FAy9aFqQFu4Y+0ujFk1sK8+T/plUXXA2hj1sCGPAa404hLQnSGxzcrvRvW8EqOf6GpWnupXyV7fZSR+qSJMA7AguzOGiSDeuNubP7VTt3f4wVA/D2WFc/V8TCVlqNWfB2QwQz+Z9w9Sv2K5aPfMi6eoYQ6xoMpyFbb3npbMcXt4WVID9ibhKE8BUZbY3JqOnZO5j9lTj8TUym5bNf+fGGuimQp5bH5l8C8QbXHvFAvxYUFtEMLrILknqPdVrxspukmyfpujakcskNw/S/qtROJF9qyPXVxfglWOicpfkq5UMPiTiuZHKcK2//zdIYuqsDaGT8=----ATTACHMENT:----NDY4NTEzMDg5NjU3NzEwIDYwODgyMjYwMDcyNDIzOTcgNjQ2NDkyODc2MzE5MTY2MA==