diff options
-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) |