\Horde_Kolab_Server_Search_Operation_Children

Basic GUID search.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
getStructure()
searchChildren()
No public properties found
No constants found
guidFromResult()
No protected properties found
N/A
No private methods found
$_structure
N/A

Properties

Methods

searchChildren()

searchChildren(string  $parent_guid, string  $objectclass) : mixed

Perform the search.

Parameters

string $parent_guid

The guid of the parent.

string $objectclass

The type of children to return.

Returns

mixed —

The search result.

guidFromResult()

guidFromResult(array  $result) : boolean|array

Identify the GUID(s) of the result entry(s).

Parameters

array $result

The LDAP search result.

Returns

boolean|array —

The GUID(s) or false if there was no result.