diff options
author | tailor <cygnus@janrain.com> | 2006-01-18 21:40:15 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-18 21:40:15 +0000 |
commit | 8b6d1e3af74eb3ff3a0ee8675669dfbc27db67f6 (patch) | |
tree | 2eec34107f8476dee27935540260bfb26304e60d | |
parent | 5a390e4a940c2bf3e5aaabd32c6fe4893a2c4626 (diff) | |
download | php-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.php | 8 |
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 |