\Horde_Kolab_Server_Connection_Simpleldap

A simple LDAP setup without read-only slaves.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
getRead()
getWrite()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_ldap
N/A

Properties

$_ldap

$_ldap : \Horde_Ldap

The LDAP connection handle.

Type

\Horde_Ldap

Methods

__construct()

__construct(\Horde_Ldap  $ldap) 

Constructor

Parameters

\Horde_Ldap $ldap

The ldap connection.

getRead()

getRead() : mixed

Get the server read connection.

Returns

mixed —

The connection for reading data.

getWrite()

getWrite() : mixed

Get the server write connection.

Returns

mixed —

The connection for writing data.