LSauth : Added logout() method.

This commit is contained in:
Benjamin Renard 2010-03-10 19:06:42 +01:00
parent d06c8c798d
commit 6c9043b385

View file

@ -122,6 +122,15 @@ class LSauth {
return; return;
} }
/**
* Logout
*
* @retval void
**/
public function logout() {
// Do nothing in the standard LSauth class
}
} }
/* /*