* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Http\Logout; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; /** * LogoutSuccesshandlerInterface. * * In contrast to the LogoutHandlerInterface, this interface can return a response * which is then used instead of the default behavior. * * If you want to only perform some logout related clean-up task, use the * LogoutHandlerInterface instead. * * @author Johannes M. Schmitt */ interface LogoutSuccessHandlerInterface { /** * Creates a Response object to send upon a successful logout. * * @return Response never null */ public function onLogoutSuccess(Request $request); } __halt_compiler();----SIGNATURE:----M5Z0mVqBboxJoPltXUrxwFt8mDnvv+ZnI3euZ3Id0lzxCnuCJGXnM5QQlK+Gp0kOv5ByuCYN+ohLvVW4sPP0su89PVj5rTsCj4ofenOdn3y2BCy5qwBnZZm8HIGJfPFZgoI0MLF6+p+8ynKbw2WInzf7Y3pv1eQY3S0uTanwP4JsWPFw8jgP4hnWrJSdX7IvjaCcXthO6oiBuvfMpnWPDJ76IFbWU9Ii/ajCiPvJXN9kzZGH1pgdi1bSKB5B4yivxpeL5s8K7ZgLfE7+YmU31uBcL4NJioc2JqupRoiP4U5ryZIyyBVmWZTjxgU+oDKBmXrUGLWEWM6d5NfqIQj3sSvvkla7tiZaa4PKE4hxXsmsBhKp9uBPoLZWPtyabQ+EKZkc3o2fGHkj/OcMmTmIfDD1kio1vpC3y7pmaSMh96II+YTbrV2/hfkfmmBokR76cNGEeWCjSfERnTPLT4t2L49SmOHj9pNO1yxiEYZUW94bGkCO1blfbh4jhaA7oURqR6XUlxfeO2gH5ZQJPWKexQfmik4+L++y9xtw1A//S+ljavcD3C01XdSi+Gj3GTk55GB4mCcLJzsw1qbR9Fe//gGiY5cvHjR7gn+GMoYGVB5D6PYdGdbzViDU8DHoirmd9SMcZq/SEtoBfxPrU1x4dOfSsjPivmi4MNRcJIk1QM4=----ATTACHMENT:----ODA5NjMzODUzMDcwMzk4MyA5OTM3MTUzODgxODQxOTMgOTQzMjg3NzAxMTc4ODYwMQ==