]> source.dussan.org Git - nextcloud-server.git/commitdiff
documentation for the Connection constructor
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 10 Jan 2013 22:34:24 +0000 (23:34 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 10 Jan 2013 22:34:24 +0000 (23:34 +0100)
apps/user_ldap/lib/connection.php

index 21b2d7560c9ee9c34207a28c8564d454e00bd83e..803ac34f5975eeb6b9a6eabfc9d76eb522140030 100644 (file)
@@ -60,6 +60,11 @@ class Connection {
                'hasPagedResultSupport' => false,
        );
 
+       /**
+        * @brief Constructor
+        * @param $configPrefix a string with the prefix for the configkey column (appconfig table)
+        * @param $configID a string with the value for the appid column (appconfig table) or null for on-the-fly connections
+        */
        public function __construct($configPrefix = '', $configID = 'user_ldap') {
                $this->configPrefix = $configPrefix;
                $this->configID = $configID;