Bolt\Session\SessionListener::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session, Bolt\Session\OptionsBag $options )
$session Symfony\Component\HttpFoundation\Session\SessionInterface
$options Bolt\Session\OptionsBag
    public function __construct(SessionInterface $session, OptionsBag $options)
    {
        $this->session = $session;
        $this->options = $options;
    }