PHP Класс Horde_Kolab_Server_Search_Base, 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_Server_Search_Interface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__call ( string $method, array $args ) : NULL. Capture undefined calls and assume they refer to a search operation.
getSearchOperations ( ) : array Returns the set of search operations supported by this server type.
setComposite ( Horde_Kolab_Server_Composite $composite ) : null Set the composite server reference for this object.

Приватные методы

Метод Описание
_getSearchOperations ( ) : array Returns the set of search operations supported by this server type.

Описание методов

__call() публичный Метод

Capture undefined calls and assume they refer to a search operation.
public __call ( string $method, array $args ) : NULL.
$method string The name of the called method.
$args array Arguments of the call.
Результат NULL.

getSearchOperations() публичный Метод

Returns the set of search operations supported by this server type.
public getSearchOperations ( ) : array
Результат array An array of supported search operations.

setComposite() публичный Метод

Set the composite server reference for this object.
public setComposite ( Horde_Kolab_Server_Composite $composite ) : null
$composite Horde_Kolab_Server_Composite A link to the composite server handler.
Результат null