\Horde_Kolab_Server_Search_Interface

Defines the interface of the search handler for a Kolab Server.

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.

Summary

Methods
Constants
setComposite()
getSearchOperations()
__call()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setComposite()

setComposite(\Horde_Kolab_Server_Composite  $composite) 

Set the composite server reference for this object.

Parameters

\Horde_Kolab_Server_Composite $composite

A link to the composite server handler.

getSearchOperations()

getSearchOperations() : array

Returns the set of search operations supported by this server type.

Returns

array —

An array of supported search operations.

__call()

__call(string  $method, array  $args) : \NULL.

Capture undefined calls.

Parameters

string $method

The name of the called method.

array $args

Arguments of the call.

Throws

\Horde_Kolab_Server_Exception

Returns

\NULL.