예제 #1
0
파일: util.php 프로젝트: Combustible/core
 public function closeEncryptionSession()
 {
     $session = new \OCA\Encryption\Session($this->view);
     $session->closeSession();
 }