Home
last modified time | relevance | path

Searched refs:oldAttrs (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
DPagingRequestComparator.php75 * @param Attribute[] $oldAttrs
80 array $oldAttrs, argument
83 if (count($oldAttrs) !== count($newAttrs)) {
89 foreach ($oldAttrs as $iN => $oldAttr) {
93 unset($oldAttrs[$iN]);
100 && empty($oldAttrs);