$_server
$_server : \Horde_Kolab_Server_Interface
The server.
A simple composition of server functionality.
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.
$_server : \Horde_Kolab_Server_Interface
The server.
$_structure : \Horde_Kolab_Server_Structure_Interface
The structure handler for this server.
$_search : \Horde_Kolab_Server_Search_Interface
The search handler for this server.
$_objects : \Horde_Kolab_Server_Objects_Interface
The object handler for this server.
$_schema : \Horde_Kolab_Server_Schema_Interface
The schema handler for this server.
__construct(\Horde_Kolab_Server_Interface $server, \Horde_Kolab_Server_Objects_Interface $objects, \Horde_Kolab_Server_Structure_Interface $structure, \Horde_Kolab_Server_Search_Interface $search, \Horde_Kolab_Server_Schema_Interface $schema)
Construct a new Horde_Kolab_Server object.
\Horde_Kolab_Server_Interface | $server | |
\Horde_Kolab_Server_Objects_Interface | $objects | |
\Horde_Kolab_Server_Structure_Interface | $structure | |
\Horde_Kolab_Server_Search_Interface | $search | |
\Horde_Kolab_Server_Schema_Interface | $schema |
connect(string $user = null, string $pass = null) : \NULL.
Connect to the server. Use this method if the user name you can provide does not match a GUID. In this case it will be required to map this user name first.
string | $user | The user name. |
string | $pass | The password. |
If the connection failed.