PHP Класс Horde_Kolab_Server_Search_Operation_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.
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
__construct ( Horde_Kolab_Server_Structure_Interface $structure ) |
Constructor |
|
getStructure ( ) : Horde_Kolab_Server_Structure_Interface |
Return the reference to the server structure. |
|
Защищенные методы
Метод |
Описание |
|
guidFromResult ( Horde_Kolab_Server_Result_Interface $result ) : boolean | array |
Identify the GUID(s) of the result entry(s). |
|
Описание методов
__construct()
публичный Метод
public __construct ( Horde_Kolab_Server_Structure_Interface $structure ) |
$structure |
Horde_Kolab_Server_Structure_Interface |
A link to the
server
structure. |
getStructure()
публичный Метод
Return the reference to the server structure.
public getStructure ( ) : Horde_Kolab_Server_Structure_Interface |
Результат |
Horde_Kolab_Server_Structure_Interface |
|
guidFromResult()
защищенный Метод
Identify the GUID(s) of the result entry(s).
protected guidFromResult ( Horde_Kolab_Server_Result_Interface $result ) : boolean | array |
$result |
Horde_Kolab_Server_Result_Interface |
The LDAP search result. |
Результат |
boolean | array |
The GUID(s) or false if there was no result. |