PHP Class 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.
Inheritance: implements Horde_Kolab_Server_Search_Operation_Interface
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Kolab_Server_Structure_Interface $structure ) Constructor
getStructure ( ) : Horde_Kolab_Server_Structure_Interface Return the reference to the server structure.

Protected Methods

Method Description
guidFromResult ( Horde_Kolab_Server_Result_Interface $result ) : boolean | array Identify the GUID(s) of the result entry(s).

Method Details

__construct() public method

Constructor
public __construct ( Horde_Kolab_Server_Structure_Interface $structure )
$structure Horde_Kolab_Server_Structure_Interface A link to the server structure.

getStructure() public method

Return the reference to the server structure.
public getStructure ( ) : Horde_Kolab_Server_Structure_Interface
return Horde_Kolab_Server_Structure_Interface

guidFromResult() protected method

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.
return boolean | array The GUID(s) or false if there was no result.