PHP Interface Horde_Kolab_Server_Connection_Interface, 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.
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
getRead ( ) : mixed Get the server read connection.
getWrite ( ) : mixed Get the server write connection.

Method Details

getRead() public méthode

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

getWrite() public méthode

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