* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\EventListener; use Psr\Container\ContainerInterface; /** * Sets the session in the request. * * @author Fabien Potencier * * @final since version 3.3 */ class TestSessionListener extends AbstractTestSessionListener { private $container; public function __construct(ContainerInterface $container) { $this->container = $container; } protected function getSession() { if (!$this->container->has('session')) { return; } return $this->container->get('session'); } } __halt_compiler();----SIGNATURE:----sfUfo/4tBBtyeiix30EDII6jyNB9m5iDfwf/uBi0NI/ZLPyH771/sgPk4LPszvrBxAOaYxB3S1Yyr0ApUEPRHztZ0e5NWK9Dy9zLAs9dckfbVtopKToylH9rqQ6cc3fTthLvxH1aY1+GaB+U6mUKbf4ufUyqL5XIpxkgnzJgK9A16n3VwNKULtFtOgns9yQf6L1RnuYdUSFtKoV7kLoybG5NokaoMfcohKmpSp8gQPlzWmroVabU+37kfcBMBypFYZ1IZZvSbL4Z/qIISUmp76c8CZ8JYmXXN8zI9mWG0tSRJEcFKDSwherkPwXmsW2tF6rcvTjg/fuxImtNuH5Zc1+fBLURuY32+w1dudCO/1/K0uCT5iKB+J/yXTLXSqWe4+b06HvdcYGJytIFUTX+pWR+jBwgD8Ftd6CrcFKsyD5xE2WWOnwPxz6JJ26Uww6l+6Gx17G5vGA/EjZdHobjAQHSX7KNGfvTxQRyUH9cWkI+5bkK1IzRRvclpbRB2USg9UIADNWm/MH3Rcre4Ch650UXpX5rmnZJ8LUu/8Su2hacvnMdu9/6EcH/26CL9p6D53h7G+K4vw2/L6t6OCVvooEMr5J0ghydkvyZVgy8Ko9dOl3COS80U8vPZdUp+8AYcLenSPcJydZoHGxMZvp1VQi8P/MS4yhS899DdMB5MHw=----ATTACHMENT:----NzQ1MzcxMjU5NDYwNDAzNiA3MDgyNTgxMTI0NDI0NjMzIDI3NjAzODY5MDc3ODgzNDY=