예제 #1
0
 public function clearAuthentication()
 {
     if ($this->isAuthenticated()) {
         Account::getAuthenticationService()->clearIdentity();
     }
 }