From 8b6d1e3af74eb3ff3a0ee8675669dfbc27db67f6 Mon Sep 17 00:00:00 2001 From: tailor Date: Wed, 18 Jan 2006 21:40:15 +0000 Subject: [project @ Added reset function to store interface] --- Auth/OpenID/Store/Interface.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Auth/OpenID/Store/Interface.php b/Auth/OpenID/Store/Interface.php index 0500e44..511f0f8 100644 --- a/Auth/OpenID/Store/Interface.php +++ b/Auth/OpenID/Store/Interface.php @@ -175,5 +175,13 @@ class Auth_OpenID_OpenIDStore { { return false; } + + /** + * Removes all entries from the store; implementation is optional. + */ + function reset() + { + } + } ?> \ No newline at end of file -- cgit v1.1