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.
파일 보기
프로젝트 열기: horde/horde
공개 메소드들
메소드 |
설명 |
|
__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). |
|
메소드 상세
public __construct ( Horde_Kolab_Server_Structure_Interface $structure ) |
$structure |
Horde_Kolab_Server_Structure_Interface |
A link to the
server
structure. |
Return the reference to the server structure.
public getStructure ( ) : Horde_Kolab_Server_Structure_Interface |
리턴 |
Horde_Kolab_Server_Structure_Interface |
|
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. |