Method | Description | |
---|---|---|
__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. | |
__get ( string $key ) : mixed | Retrieve an object attribute. | |
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. |
public __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 ) | ||
$server | Horde_Kolab_Server_Interface | |
$objects | Horde_Kolab_Server_Objects_Interface | |
$structure | Horde_Kolab_Server_Structure_Interface | |
$search | Horde_Kolab_Server_Search_Interface | |
$schema | Horde_Kolab_Server_Schema_Interface |