コード例 #1
0
ファイル: Account.php プロジェクト: stm555/Void-Library
 public function clearAuthentication()
 {
     if ($this->isAuthenticated()) {
         Account::getAuthenticationService()->clearIdentity();
     }
 }