Property | Type | Description | |
---|---|---|---|
$paging |
Method | Description | |
---|---|---|
__construct ( |
||
execute ( LdapTools\Operation\LdapOperationInterface $operation ) | ||
parentSetDefaults ( ) | ||
setOperationDefaults ( LdapTools\Operation\LdapOperationInterface $operation ) | ||
supports ( LdapTools\Operation\LdapOperationInterface $operation ) |
Method | Description | |
---|---|---|
getBaseDn ( ) : string | Gets the base DN for a search based off of the config and then the RootDSE. | |
paging ( ) : |
||
processSearchResult ( resource $result, array $allEntries ) : array | Process a LDAP search result and merge it with the existing entries if possible. | |
shouldUsePaging ( |
Based on the query operation, determine whether paging should be used. |
public __construct ( |
||
$paging |
public execute ( LdapTools\Operation\LdapOperationInterface $operation ) | ||
$operation | LdapTools\Operation\LdapOperationInterface |
protected paging ( ) : |
||
return |
protected processSearchResult ( resource $result, array $allEntries ) : array | ||
$result | resource | |
$allEntries | array | |
return | array |
public setOperationDefaults ( LdapTools\Operation\LdapOperationInterface $operation ) | ||
$operation | LdapTools\Operation\LdapOperationInterface |
protected shouldUsePaging ( |
||
$operation | ||
return | boolean |
public supports ( LdapTools\Operation\LdapOperationInterface $operation ) | ||
$operation | LdapTools\Operation\LdapOperationInterface |