PHP Класс Horde_Kolab_Server_Connection_Splittedldap, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_Server_Connection_Interface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Horde_Ldap $ldap_read, Horde_Ldap $ldap_write ) Constructor
getRead ( ) : mixed Get the server read connection.
getWrite ( ) : mixed Get the server write connection.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( Horde_Ldap $ldap_read, Horde_Ldap $ldap_write )
$ldap_read Horde_Ldap The ldap_read connection.
$ldap_write Horde_Ldap The ldap_write connection.

getRead() публичный Метод

Get the server read connection.
public getRead ( ) : mixed
Результат mixed The connection for reading data.

getWrite() публичный Метод

Get the server write connection.
public getWrite ( ) : mixed
Результат mixed The connection for writing data.