diff options
author | tailor <cygnus@janrain.com> | 2006-01-05 20:46:55 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-05 20:46:55 +0000 |
commit | b5d63edfa89d3bc2428ebf1d616970e867d602b8 (patch) | |
tree | 8ba780f0cc30c88e9151da4d5ce03dd16d49431e /Net/OpenID/Store/SQLStore.php | |
parent | 996dc2154e29dc158e2db41ad100f7ce879fad3c (diff) | |
download | php-openid-b5d63edfa89d3bc2428ebf1d616970e867d602b8.zip php-openid-b5d63edfa89d3bc2428ebf1d616970e867d602b8.tar.gz php-openid-b5d63edfa89d3bc2428ebf1d616970e867d602b8.tar.bz2 |
[project @ Added docblocks to be more compliant with PEAR coding guidelines]
Diffstat (limited to 'Net/OpenID/Store/SQLStore.php')
-rw-r--r-- | Net/OpenID/Store/SQLStore.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Net/OpenID/Store/SQLStore.php b/Net/OpenID/Store/SQLStore.php index 62a2de0..04945ed 100644 --- a/Net/OpenID/Store/SQLStore.php +++ b/Net/OpenID/Store/SQLStore.php @@ -1,3 +1,16 @@ <?php +/** + * A base class for SQL-backed OpenID stores. + * + * PHP versions 4 and 5 + * + * LICENSE: See the COPYING file included in this distribution. + * + * @package OpenID + * @author JanRain, Inc. <openid@janrain.com> + * @copyright 2005 Janrain, Inc. + * @license http://www.gnu.org/copyleft/lesser.html LGPL + */ + ?> |