Beispiel #1
0
 public function closeEncryptionSession()
 {
     $session = new Session($this->view);
     $session->closeSession();
 }