Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequestComparator.php112 * @param ControlBag $newControls
117 ControlBag $newControls, argument
120 if ($oldControls->count() !== $newControls->count()) {
125 if (empty($oldControls) && empty($newControls)) {
130 $newControls = $newControls->toArray();
136 usort($newControls, function (Control $a, Control $b) {
145 }, $newControls);