eZ\Bundle\EzPublishCoreBundle\EventListener\SessionInitByPostListener::__construct PHP Метод

__construct() публичный Метод

public __construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session = null )
$session Symfony\Component\HttpFoundation\Session\SessionInterface
    public function __construct(SessionInterface $session = null)
    {
        $this->session = $session;
    }