Esempio n. 1
0
 public function Logout()
 {
     // Libera sess?o
     new Sessao();
     Sessao::free();
     $this->view->show();
 }