Autarky\Routing\ControllerTrait::getSession PHP Method

getSession() protected method

Get the session manager.
protected getSession ( ) : Symfony\Component\HttpFoundation\Session\Session
return Symfony\Component\HttpFoundation\Session\Session
    protected function getSession()
    {
        return $this->container->resolve('Symfony\\Component\\HttpFoundation\\Session\\Session');
    }