Ejemplo n.º 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();
 }
Ejemplo n.º 2
0
 /**
  * @brief Loggs the user out including all the session data
  * Logout, destroys session
  */
 public static function logout()
 {
     \OC_USER::logout();
 }