/** * Alternative for s::destroy() */ public static function stop() { s::destroy(); }
public static function logout() { s::destroy(); cookie::remove(s::$name . '_auth'); }
function tearDown() { s::destroy(); }