PHP Class Symfony\Bundle\FrameworkBundle\EventListener\SessionListener
This will also start the session if it was already started during a previous
request.
Exibir arquivo
Open project: pmjones/php-framework-benchmarks
Public Methods
Method Details
__construct()
public method
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container ) |
$container |
Symfony\Component\DependencyInjection\ContainerInterface |
|
getSubscribedEvents()
public static method
onKernelRequest()
public method
public onKernelRequest ( GetResponseEvent $event ) |
$event |
Symfony\Component\HttpKernel\Event\GetResponseEvent |
|