clearAuth() 공개 메소드

Clears any authentication tokens in the current session.
public clearAuth ( boolean $destroy = true )
$destroy boolean Destroy the session?
예제 #1
0
파일: Connector.php 프로젝트: horde/horde
 /**
  * Clear the authentication and destroy the current session.
  */
 public function clearAuth()
 {
     $this->_registry->clearAuth(true);
 }