PHP Interface Horde_Kolab_Server_Search_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.
显示文件
Open project: horde/horde
Interface Usage Examples
Public Methods
Method |
Description |
|
__call ( string $method, array $args ) : NULL. |
Capture undefined calls. |
|
getSearchOperations ( ) : array |
Returns the set of search operations supported by this server type. |
|
setComposite ( Horde_Kolab_Server_Composite $composite ) |
Set the composite server reference for this object. |
|
Method Details
public __call ( string $method, array $args ) : NULL. |
$method |
string |
The name of the called method. |
$args |
array |
Arguments of the call. |
return |
NULL. |
|
getSearchOperations()
public method
Returns the set of search operations supported by this server type.
setComposite()
public method
Set the composite server reference for this object.
public setComposite ( Horde_Kolab_Server_Composite $composite ) |
$composite |
Horde_Kolab_Server_Composite |
A link to the composite
server handler. |