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;
    }