* * 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:----eyTU0B0zycifooLOQU+njCFNcxc/BTRGVtVRX6TBmPAuOWZg3q3mudnolN+2LN/Wt97hOzc4rdObZMg2sIF2w/WFeO21G3tlrQZecEKCdpvITBYPlujBkBf3K+eWObNwZGMK2jQrY76TGj7s90Y+A4NcokchZyPjXy7Uq5P+ckVziTyKmTZeQzu0SprjwZMFrYFEWnXer8hkKenUI27MXxMBqksCmaT9scwj8Y2Td+AkprjfpIs5vZi8/iU8WG6JzShbvJG/QFifPJD+LJHBCrzr5eJDi1Gb4oxVH6sFBxMjSHbgLJ2uq/ok2x8fVfTEDDp/M9hdnTTq4mELm/ltYWksDILRS54eTM5REF6V3zIVDgajiXOGztmWgfdu92uHl5TdAqsRQwBh883uqrgPezm5L4H0GvUFlaLx5UWvahx4cJsRROB22d6ysOQ7LDw98PUGNCuEvSqz6ifsfSvUwIdmy9lfY9rmtyMS1nPwTAICIb97uScckBMjIJxD+kLuP6yvdFIMCQWPPdIBCAq8B2nU2swrJDYcHxF8PkxM0wnO7LAEivPwczXruwx1CDc2nFyg7TB3GrHYAwbbBh3MWk25T0eP5jEOH+hrMf1dUlDpOU4midadjK4qa8DC+QMGiw+85d57V8o09ac6x7LDqztOac3Acu+1h8CjoVMCax4=----ATTACHMENT:----NDQwNTQ1MDYwMzI0NjYyNSA2OTU1MTA4MjA0MDk4Nzg1IDI1MjcxOTg0NjIyMjc1OQ==