summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-01-18 21:40:15 +0000
committertailor <cygnus@janrain.com>2006-01-18 21:40:15 +0000
commit8b6d1e3af74eb3ff3a0ee8675669dfbc27db67f6 (patch)
tree2eec34107f8476dee27935540260bfb26304e60d
parent5a390e4a940c2bf3e5aaabd32c6fe4893a2c4626 (diff)
downloadphp-openid-8b6d1e3af74eb3ff3a0ee8675669dfbc27db67f6.zip
php-openid-8b6d1e3af74eb3ff3a0ee8675669dfbc27db67f6.tar.gz
php-openid-8b6d1e3af74eb3ff3a0ee8675669dfbc27db67f6.tar.bz2
[project @ Added reset function to store interface]
-rw-r--r--Auth/OpenID/Store/Interface.php8
1 files changed, 8 insertions, 0 deletions
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