summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-02-23 01:43:43 +0000
committertailor <cygnus@janrain.com>2006-02-23 01:43:43 +0000
commita1cd756a28218b2cebc91834e1efc9040d864f9d (patch)
treefad44bfa68f6f574c152b5d69a4abac8ef977df7 /Auth
parent7c89c274f2ff3a62ef478bd302c47cd9d17a4737 (diff)
downloadphp-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.php7
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)