예제 #1
0
 public function performLogout()
 {
     $LC = new LoginCredentials();
     $LC->logout();
 }