Exemple #1
0
 /**
  * This method should handle any logout logic and report back to the subject
  *
  * @access public
  * @param array holds the user data
  * @return boolean True on success
  * @since 1.5
  */
 public function onLogoutUser($user)
 {
     CFactory::unsetActiveProfile();
     return true;
 }