Ejemplo n.º 1
0
 public function closeEncryptionSession()
 {
     $session = new \OCA\Encryption\Session($this->view);
     $session->closeSession();
 }