示例#1
0
 /**
  * @brief Loggs the user out including all the session data
  * @returns true
  *
  * Logout, destroys session
  */
 public static function logout()
 {
     return \OC_USER::logout();
 }
示例#2
0
 /**
  * @brief Loggs the user out including all the session data
  * Logout, destroys session
  */
 public static function logout()
 {
     \OC_USER::logout();
 }