ElggSession::__construct PHP Метод

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

Constructor
public __construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $storage )
$storage Symfony\Component\HttpFoundation\Session\SessionInterface The underlying Session implementation
    public function __construct(SessionInterface $storage)
    {
        $this->storage = $storage;
    }