From 9ac3ac78dc689da14bf287990f07d083f8347e6d Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 15 Sep 2010 11:42:08 +0200 Subject: [PATCH] phpdoc --- framework/Ldap/lib/Horde/Ldap.php | 10 +++++----- framework/Ldap/lib/Horde/Ldap/Exception.php | 14 +++++++++++++- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/framework/Ldap/lib/Horde/Ldap.php b/framework/Ldap/lib/Horde/Ldap.php index 939fa4e34..6ac2c598c 100644 --- a/framework/Ldap/lib/Horde/Ldap.php +++ b/framework/Ldap/lib/Horde/Ldap.php @@ -31,11 +31,11 @@ class Horde_Ldap * - filter: default search filter. * - scope: default search scope. * - auto_reconnect: if true, the class will automatically - * - attempt to reconnect to the LDAP server in certain - * - failure conditions when attempting a search, or other - * - LDAP operations. Defaults to false. Note that if you - * - set this to true, calls to search() may block - * - indefinitely if there is a catastrophic server failure. + * attempt to reconnect to the LDAP server in certain + * failure conditions when attempting a search, or other + * LDAP operations. Defaults to false. Note that if you + * set this to true, calls to search() may block + * indefinitely if there is a catastrophic server failure. * - min_backoff: minimum reconnection delay period (in seconds). * - current_backof: initial reconnection delay period (in seconds). * - max_backoff: maximum reconnection delay period (in seconds). diff --git a/framework/Ldap/lib/Horde/Ldap/Exception.php b/framework/Ldap/lib/Horde/Ldap/Exception.php index 1b4598c04..c6028dbe1 100644 --- a/framework/Ldap/lib/Horde/Ldap/Exception.php +++ b/framework/Ldap/lib/Horde/Ldap/Exception.php @@ -1,4 +1,16 @@ + */ +class Horde_Ldap_Exception extends Horde_Exception_Prior { } -- 2.11.0