コード例 #1
0
ファイル: Shibboleth.php プロジェクト: Jazzee/Jazzee
 /**
  * @SuppressWarnings(PHPMD.ExitExpression)
  */
 public function logoutUser()
 {
     $this->_user = null;
     $this->_controller->getStore()->expire();
     header('Location: ' . $this->_controller->getConfig()->getShibbolethLogoutUrl());
     exit(0);
 }