diff options
author | tailor <cygnus@janrain.com> | 2006-02-23 01:43:43 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-02-23 01:43:43 +0000 |
commit | a1cd756a28218b2cebc91834e1efc9040d864f9d (patch) | |
tree | fad44bfa68f6f574c152b5d69a4abac8ef977df7 /Auth | |
parent | 7c89c274f2ff3a62ef478bd302c47cd9d17a4737 (diff) | |
download | php-openid-a1cd756a28218b2cebc91834e1efc9040d864f9d.zip php-openid-a1cd756a28218b2cebc91834e1efc9040d864f9d.tar.gz php-openid-a1cd756a28218b2cebc91834e1efc9040d864f9d.tar.bz2 |
[project @ Fixed docstring for database connection file.]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/DatabaseConnection.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Auth/OpenID/DatabaseConnection.php b/Auth/OpenID/DatabaseConnection.php index 8de7f71..da76ef2 100644 --- a/Auth/OpenID/DatabaseConnection.php +++ b/Auth/OpenID/DatabaseConnection.php @@ -3,12 +3,19 @@ /** * The Auth_OpenID_DatabaseConnection class, which is used to emulate * a PEAR database connection. + * + * @package OpenID + * @author JanRain, Inc. <openid@janrain.com> + * @copyright 2005 Janrain, Inc. + * @license http://www.gnu.org/copyleft/lesser.html LGPL */ /** * An empty base class intended to emulate PEAR connection * functionality in applications that supply their own database * abstraction mechanisms. + * + * @package OpenID */ class Auth_OpenID_DatabaseConnection { function setFetchMode($mode) |