PHP Class Horde_Kolab_Server_Connection_Mock, 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.
Inheritance: implements Horde_Kolab_Server_Connection_Interface
Mostrar archivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( Horde_Kolab_Server_Connection_Mock_Ldap $ldap ) Constructor
getRead ( ) : mixed Get the server read connection.
getWrite ( ) : mixed Get the server write connection.

Method Details

__construct() public method

Constructor
public __construct ( Horde_Kolab_Server_Connection_Mock_Ldap $ldap )
$ldap Horde_Kolab_Server_Connection_Mock_Ldap The ldap connection.

getRead() public method

Get the server read connection.
public getRead ( ) : mixed
return mixed The connection for reading data.

getWrite() public method

Get the server write connection.
public getWrite ( ) : mixed
return mixed The connection for writing data.